Am currently working on a game and have a billboard GUI that displays their HP, leaderboard stats and name above the player’s head but there’s an issue, the name label doesn’t display their username when the player spawns it just says “namelabel”.
I already have a separate script that parents the billboardGui to the player but the namelabel won’t work on spawn, I would have to reset my character for it to work… How can I fix this?
Where the namelabel is located:
Inside the script:
Final results:
If I were to reset, then my name would appear. I want it to appear when I enter the game though.
One second, Sorry for the delay, What I was going to say was the script needs to be in server script service you need a remote event in replicated storage, when a player joins you will fire the remote event and pick it up on the client updating the gui, If you give me a min, ill write an example