piede
|
  |
 |
| Joined: 15 Apr 2009 |
| Total Posts: 40262 |
|
|
| 14 Jan 2012 10:19 PM |
game.Players.PlayerAdded:connect(function(p) if p:IsInGroup(408325) then p.TeamColor = BrickColor.new("Navy blue") end end)
See any errors? |
|
|
| Report Abuse |
|
TwoBoo
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 10790 |
|
|
| 14 Jan 2012 10:32 PM |
game.Players.PlayerAdded:connect(function(p) player = game.Players:GetPlayerFromCharacter(p.Parent) if player then if player:IsInGroup(408325) then player.TeamColor = BrickColor.new("Navy blue") end end end)
Try that. |
|
|
| Report Abuse |
|