|
| 31 Mar 2016 07:59 PM |
The script for when the leader of a group joins a place and it places them in the team for the leader.
I can't script so I can't do it ;-;
The Positive Person of C&G | Open up the champagne |
|
|
| Report Abuse |
|
|
Vhakar
|
  |
| Joined: 23 Jan 2013 |
| Total Posts: 6203 |
|
| |
|
|
| 31 Mar 2016 08:03 PM |
Any chance you can link me it?
The Positive Person of C&G | Open up the champagne |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2016 08:08 PM |
b
The Positive Person of C&G | Open up the champagne |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2016 08:12 PM |
| If no one gets you one, I can make you on. However, I won't be on for the rest of tonight or at all tomorrow due to a competition I'll be competing in. Just shoot me a pm if you still need it Saturday afternoon. |
|
|
| Report Abuse |
|
|
| |
|
iZynn
|
  |
| Joined: 10 Sep 2010 |
| Total Posts: 2924 |
|
| |
|
x_o
|
  |
| Joined: 04 Jun 2015 |
| Total Posts: 4378 |
|
|
| 01 Apr 2016 02:05 PM |
game.Players.PlayerAdded:connect(function(player) if player:GetRankInGroup(GROUPID) == 255 then player.TeamColor = BrickColor.new("COLOR") end end)
the end |
|
|
| Report Abuse |
|
|
2kmore
|
  |
| Joined: 25 Apr 2009 |
| Total Posts: 23625 |
|
|
| 01 Apr 2016 02:06 PM |
game.Players.PlayerAdded:connect(function(player) if player:GetRankInGroup(YourgroupIDhere) == 255 then player.TeamColor = BrickColor.new("Enter Color for Leader Team Here")
end end)
|
|
|
| Report Abuse |
|
|
iZynn
|
  |
| Joined: 10 Sep 2010 |
| Total Posts: 2924 |
|
| |
|
2kmore
|
  |
| Joined: 25 Apr 2009 |
| Total Posts: 23625 |
|
|
| 01 Apr 2016 02:08 PM |
if X_O beats you to posting script then print("Cry")
end
|
|
|
| Report Abuse |
|
|
Vhakar
|
  |
| Joined: 23 Jan 2013 |
| Total Posts: 6203 |
|
| |
|