|
| 27 Mar 2014 09:01 PM |
| I need a script that switches the player on a certain team when he/she dies (Don't worry about getting the script in the players. I know how to do that). |
|
|
| Report Abuse |
|
|
devLucas
|
  |
| Joined: 10 Dec 2013 |
| Total Posts: 526 |
|
|
| 27 Mar 2014 09:04 PM |
game.Players.PlayerAdded:connect(function(Player) Player.CharacterAdded;connect(function(Char) Char.Humanoid.Died:connect(function() Player.TeamColor = BrickColor.new("TEAM COLOR") -- Team Color here end) end) end) |
|
|
| Report Abuse |
|
|
| |
|