#I need help linking my overhead gui nametag to an in game team

1 messages · Page 1 of 1 (latest)

covert bloom
#

I need help linking my overhead gui nametag which has the player nametag above the rank nametag. Since I am making an army game i want to add an abbrieviation in the rank section so for example Chief of Defence Force [RGG] with the abbrieviaton depending on what team your on. How do I do that or are there any tutorials I can follow?

frigid moat
#

just do Text = rank .. teamName

#

like append the team string to the end

covert bloom
frigid moat
#

send the script

#

if your script is like Label.Text = plr.Rank.Value then just make it Label.Text = plr.Rank.Value .. teamName

odd forgeBOT
#

studio** You are now Level 18! **studio

covert bloom
frigid moat
#

watch a course

#

because following tutorials forever cant rlly do too much

covert bloom