|
| 20 Jul 2012 11:13 AM |
That if not in group ID = 97123, you get crashbanned c:
game.Players.PlayerAdded:connect(function(player) wait(3) if not player:IsInGroup(97123) then
Not sure where to do from deer.
The Lonely Sentinel.. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2012 11:15 AM |
wiki.roblox.com http://wiki.roblox.com/index.php/IsInGroup_(Method) |
|
|
| Report Abuse |
|
|
wolf586
|
  |
| Joined: 10 Jun 2009 |
| Total Posts: 2773 |
|
| |
|
|
| 20 Jul 2012 11:19 AM |
I said Crash ban :l
The Lonely Sentinel.. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2012 11:26 AM |
Y U ASK FOR REQUEST
groupid = 0 -- Fill this in, I forgot what ID You said
game.Players.PlayerAdded:connect(function(p) if not (p:IsInGroup(groupid)) then Instance.new("ManualSurfaceJointInstance",workspace) end end) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2012 11:31 AM |
thx. i'll test.
The Lonely Sentinel.. |
|
|
| Report Abuse |
|
|