Need help with a custom nametag

So I need help making a nametag system where…
If someone was in Security Department and in the Main Group, and they join FP it will show there rank in the main group, and if they join the Security Team it will show there Security Rank.
I have no clue where to start…

And no the nametag models don’t help or YT Tutorials since all of them only do 1 group.
You can DM if you like… ? Who ?#7445.

Learn about the following:

  • Module scripts; containing all the division IDs and the main group ID
  • Turning Humanoid.NameOcclusion to NoOcclusion or changing the Humanoid.NameDisplayDistance to 0
  • Creating a BillboardGui, doesn’t matter if you put it inside the player’s model/head or inside everyone’s StarterGui and use Adornee.
  • a for loop; do a for loop for every division inside the Module script and use with it: Player:IsInGroup if they are create a TextLabel with like a color and their rank.
  • I suggest using UIListLayout so you don’t have to move them all around.
1 Like

Another guys said Function would work instead of loop, which one is more effective and easier?

A for loop with a module script, as it’s more customizable.
You gotta write a function x times for every division.
Meaning as this is more customizable, it’s easier to sell, for example.

1 Like