Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

Teamchange GUI? [closed]

Asked by 10 years ago

How am I supposed to make a working TeamChange (I have the guis made.)

Thanks in advance, Avesniis.

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?

2 answers

Log in to vote
1
Answered by
Azarth 3141 Moderation Voter Community Moderator
10 years ago

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

0
Thankyou so much! Avesniis 0 — 10y
Ad
Log in to vote
-2
Answered by 10 years ago

Heres a team change GUI (ROBLOX Model I made)

http://www.roblox.com/Team-Change-GUI-item?id=151056154