Sorry I ask too many questions xD
ok so I want it when the player beats the game it changes team to "Winners" Not like change the name, but move the player to that team. How do I do that?
Once again sorry I ask too many questions but I just found out about this website and its helping me a lot.
To change the team of a player, you need to set the TeamColor property of the player to the TeamColor property of the team you want to change them to.
player.TeamColor = game.Teams.Winners.TeamColor --Changes player's TeamColor to the Winners team TeamColor. Make sure you define player first.
I hope my answer helped you. If it did, be sure to accept it.