So I was trying to make a VIP gamepass in a game today, and I wanted to add a Billboard GUI to display “VIP” in yellow letters. In other games, you can usually see your tag, but by default, it seems you can’t see the UI when it’s in your own body. Does anybody know an easy way to fix this?
Can you show screenshots of your problem? I don’t get what you’re saying.
1 Like
@AtomTostcuOzgurUsta I just opened up a new game to make sure I was entirely right about what I said, and this is the case. The server and other players can see your nametag, but you locally cannot see it.
Oh you’re talking about the Humanoid Name Display thing. It’s not the same as Billboardguis so you and other players will see the Billboardgui if you clone it to the character in a serverscript.
Oh and it probably wasn’t working in Studio because I was using PlayerAdded(). (I already was cloning BBGUIs.
EDIT: Yeah it works thanks @AtomTostcuOzgurUsta for trying to help
1 Like
You could mark a message as “Solution” if this topic has been solved.