|
| 21 Feb 2014 10:37 PM |
Partial Script:
allies = {"17247","1039251"}
Game:GetService("Players").PlayerAdded:connect(function(Player) for i = 1,#Players do if Player:IsInGroup(allies) then Player.TeamColor = BrickColor.new("Really black")
just testing
|
|
|
| Report Abuse |
|
|
|
| 21 Feb 2014 10:40 PM |
| put if Player:IsInGroup(allies[1]) or Player:IsInGroup(allies[2]) then |
|
|
| Report Abuse |
|
|
|
| 21 Feb 2014 10:41 PM |
Could it go on for more than two?
Sorry, I'm a bit of an ameature with scripting.. |
|
|
| Report Abuse |
|
|