how do you put a label over a player?

im trying to make it so that in my game I can make a label over top of my player. i want to put “team 1” over my player.

Here are two options:

  1. Use the “x” and “x” inputs of a Label block to keep the label above the player object

  2. Write “Team 1” in a sprite, and attach it to your player sprite using an attacher

can you be more specific please? thank you

I saw this and wanted to make an example for it, this should help @XXD3G.

Nametag Example:
https://flowlab.io/game/play/1388657

nvm thanks