Rank system help

  1. What do you want to achieve? Keep it simple and clear!
    I need to make a rank nametag above my head, when you move too far from the player it disappears.

  2. What is the issue? Include screenshots / videos if possible!
    I don’t know how to make it go away when you go too far.
    image

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I couldn’t find any solutions to my issue.

The rank tag itself works, it auto updates your rank when you get the rank.!

If someone could help me with this, that would be greatly appreciated.

There is a property in the billboard gui called MaxDistance

Screenshot_6

Set that to 50 - 80

Also you should scale the name tag instead of giving it offset.

3 Likes

Instead of doing the max distance, i would recommend changing the size of the BillboardGui to {5, 0},{1.5, 0} and the TextLabel’s size to {1, 0},{1, 0}

It worked! Thank you for your help :smiley: