|
| 02 Jul 2014 11:20 AM |
Its supposed to make a new team ingame with Kohls admin
Instance.new("Team").Parent = game.Teams game.Teams.Team.Name = "Overseer" game.Teams["Overseer"].TeamColor = BrickColor.new("Overseer") game.Teams["Overseer"].AutoAssignable = false
whats wrong with it?
【ART Commander: DarkDeath01】 |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2014 11:20 AM |
BrickColor.new("Black") **
【ART Commander: DarkDeath01】 |
|
|
| Report Abuse |
|
|
robomax11
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 6828 |
|
|
| 02 Jul 2014 11:21 AM |
what type of team color is Overseer
siggys r stupid |
|
|
| Report Abuse |
|
|
Vuva
|
  |
| Joined: 22 Jan 2010 |
| Total Posts: 1102 |
|
|
| 02 Jul 2014 11:21 AM |
Use a variable to edit it:
a=Instance.new("Team") a..Parent = game.Teams a..Name = "Overseer" a..TeamColor = BrickColor.new("Overseer") a.AutoAssignable = false |
|
|
| Report Abuse |
|
|
Vuva
|
  |
| Joined: 22 Jan 2010 |
| Total Posts: 1102 |
|
|
| 02 Jul 2014 11:22 AM |
Yeah and Overseer isn't a brickcolor. http://wiki.roblox.com/index.php?title=BrickColor_codes |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2014 11:26 AM |
"BrickColor.new("Black") **"
that was a typo
【ART Commander: DarkDeath01】 |
|
|
| Report Abuse |
|
|