|
| 01 Mar 2014 10:19 AM |
| This is supported by admin, but what code would you type? |
|
|
| Report Abuse |
|
|
|
| 01 Mar 2014 10:20 AM |
game.Players.PLAYERNAME.TeamColor = BrickColor.new("Color name")
something like that |
|
|
| Report Abuse |
|
|
GFXdylan
|
  |
| Joined: 09 Feb 2013 |
| Total Posts: 679 |
|
|
| 01 Mar 2014 10:24 AM |
for changing the name of a team;
game.Teams["currentteamnamehere"].Name = "newteamnamehere" for a new team;
teams = game:GetService("Teams") team = Instance.new("Team", teams) team.Name = "teamnamehere"
to remove a team; game.Teams["Teamnamehere"]:destroy()
no problem |
|
|
| Report Abuse |
|
|
| |
|
GFXdylan
|
  |
| Joined: 09 Feb 2013 |
| Total Posts: 679 |
|
|
| 01 Mar 2014 10:33 AM |
| No problem.http://www.roblox.com/Forum/ShowForum.aspx?ForumID=20 |
|
|
| Report Abuse |
|
|
|
| 01 Mar 2014 10:35 AM |
Don't leave yet! D:
How do I make it Non-Auto Assignable? |
|
|
| Report Abuse |
|
|
| |
|