How am I supposed to make a working TeamChange (I have the guis made.)
Thanks in advance, Avesniis.
You can simply change teams by doing;
game.Players.Azarth.TeamColor = game.Teams["Red Team"].TeamColor
or
game.Players.Azarth.TeamColor = BrickColor.new("Bright red") <-- TeamColor of your team.
Then you want to use the :LoadCharacter()
method to spawn them on the correct team
Heres a team change GUI (ROBLOX Model I made)
http://www.roblox.com/Team-Change-GUI-item?id=151056154
Closed as Not Constructive by evaera
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?