| |
|
icanxlr8
|
  |
| Joined: 25 Feb 2009 |
| Total Posts: 3686 |
|
|
| 09 Jan 2016 09:10 PM |
game.Players.PlayerAdded:connect(function(plr) plr.TeamColor = BrickColor.new(color) end)
Rock on! http://www.roblox.com/games/121584089/Rock-Roleplay |
|
|
| Report Abuse |
|
|
|
| 09 Jan 2016 09:12 PM |
| Do I put the script into a team or server script service? |
|
|
| Report Abuse |
|
|
icanxlr8
|
  |
| Joined: 25 Feb 2009 |
| Total Posts: 3686 |
|
|
| 09 Jan 2016 09:15 PM |
ServerScriptService, and replace color with the color of the team in quotes. i.e. "Really red"
Rock on! http://www.roblox.com/games/121584089/Rock-Roleplay |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Jan 2016 09:20 PM |
Wasn't working for me...
game.Players.PlayerAdded:connect(function(plr) plr.TeamColor = BrickColor.new(Bright red) end)
Did I do it right? |
|
|
| Report Abuse |
|
|
|
| 09 Jan 2016 09:21 PM |
| Did you put the script in Workspace? |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Jan 2016 09:22 PM |
game.Players.PlayerAdded:connect(function(plr) plr.TeamColor = BrickColor.new("Bright red") end) |
|
|
| Report Abuse |
|
|