of     1   

Recoverate
#183606562Sunday, February 14, 2016 7:27 PM GMT

How would I do this Set everyone in a certain team, then set their names as a StringValue so like >???????? for i,v in pairs (game.Players:GetChildren()) do if v.TeamColor = game.Teams[plrName.."Squad then v.name = Slot1.Value
chimmihc
#183607322Sunday, February 14, 2016 7:36 PM GMT

You can't change the name of Player objects.

    of     1