Nametag Help! JR_01? grazer?

I need to make nametags and it is for a multiplayer game. I have used JR_01’s example, but every time another player joins, it messes it up… can someone please help? @JR01? @grazer?

2 Likes

Its not multiplayer friendly because the player objects dont each make their own label, and instead shares a single label.

You can try to instead making an object shared object between all games with preset labels. Each player would be assigned a number and a label.

3 Likes