|
| 21 Apr 2013 05:02 PM |
game.Players.PlayerAdded:connect(function(player) if player:IsInGroup(462272) then player.TeamColor = BrickColor.new("Bright orange") end end)
That won't work and there is no output. |
|
|
| Report Abuse |
|
|
bob354293
|
  |
| Joined: 26 Oct 2008 |
| Total Posts: 2609 |
|
|
| 21 Apr 2013 05:04 PM |
game.Players.PlayerAdded:connect(function(player) if player:IsInGroup("462272") then player.TeamColor = BrickColor.new("Bright orange") end end) |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2013 05:05 PM |
No, that's not how IsInGroup works.
http://wiki.roblox.com/index.php/IsInGroup_(Method) |
|
|
| Report Abuse |
|
|
| |
|