Hey Developers, I am creating an overhead nametag system and I was basically wondering how I can make it so if you were a certain rank in the group an image appears on your overhead.
Basically like If I were to rank somebody developer and they rejoined they would have that logo above the name tag.
Well first you’ll have to make the nametag and stuff
But simply “Player:GetRankInGroup()” will give you the user’s rank, and you can use the in the script to check if the player is at the correct rank, and then promptly give them that image in their name tag if true.
You would first hide the nametag (this can be done by setting the max view distance to 0) then creating a billboard GUI over the players head. You would need two text Labels first one for the name second one for the rank.