#can someone help me please
1 messages · Page 1 of 1 (latest)
Change the username's color where? It will automatically change in chat if the team has a color set (which it needs)
i have a above head gui , usernam and rank so im trying to make it wheere when you chang team, the above head gui for the rank will change color to the colour of the team
Set it's color to Player.TeamColor
and you can update it on Player:GetPropertyChangedSignal("Team") if you need it to change while the character is spawned (instead of just at the start)
okay thankyou