How can i make a name tag system that says someones name and next to it says what ever a value is but if the value dosent exist it just says passenger and updates when its changed? any help is appreciated
You need to setup a BillboardGui first (Hope you can do that). After that you need to rename the Labels to make it more clear where everything is. The next step is to Clone the Billboard after the Players.PlayerAdded event ist triggered. The Parent of the Billboard you need to set to the player.Character.Head Instance. Last step is to set the Text of the TextLabels to whatever you want. The Player Name for example to player.Name and if you want to ranks to be from the group ranks you can use player:GetRankInGroup(ID)
1 Like
Do you mean a Chat name tag or something?
1 Like