xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
|
| 18 May 2014 08:59 PM |
function onPlayerEntered(player) player.TeamColor = game.Teams["Choosing"].TeamColor end
game.Players.PlayerAdded:connect(onPlayerEntered) |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 09:12 PM |
If there are no errors then i don't know what the problem could be other than you are not indexing a color correctly in some bizarre way.
Can you check for errors in the output window? |
|
|
| Report Abuse |
|
|
xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
| |
|
xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
|
| 18 May 2014 09:13 PM |
| Woh you posted that exactly when I said bump ._. |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 09:14 PM |
Didn't test this k idc
Game.Players.PlayerAdded:connect(function(Player) if Player.TeamColor == BrickColor.new("Uhhh, name me!") then Player.TeamColor = BrickColor.new("Oh yus. I'm named") end end) |
|
|
| Report Abuse |
|
|