Overhead Rank images | Overheads

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.

image

Basically like If I were to rank somebody developer and they rejoined they would have that logo above the name tag.

1 Like

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.

I made something for this, you can check it out:

2 Likes

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.

I added it but the image doesnt show on top of the head.

It’s outdated, and I stopped working on it.

This Overhead Rank Images system doesn’t work…