|
| 27 Apr 2014 07:36 PM |
Can you somehow do it on people not in game? Maybe with ID or something
- [USA] ProTempore |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:38 PM |
player = "MassiveGman"
if player:IsInGroup(GROUPID) then print("FANCY!")
|Indeed good sir| |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:40 PM |
Doesn't work but thanks for trying ):
- [USA] ProTempore |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:41 PM |
httpservice because GetPlayerByID is protected
i'm asian |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:41 PM |
change GROUPID to the ID of the group you want to check for Use a localscript aswell
player = "MassiveGman" --CHANGE THIS TO THE NAME OF THE PERSON GROUPID = GROUPIDHERE --CHANGE THIS HERE
if player:IsInGroup(GROUPID) then print("The player is in the group!")
|Indeed good sir| |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:43 PM |
No I know the Massive, I replaced it thats incorrect player = "MassiveGerman" if player:IsInGroup(372) then prin:3: attempt to call method 'IsInGroup' (a nil value)
- [USA] ProTempore |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:44 PM |
Because IsInGroup is not a member of some string
i'm asian |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:44 PM |
GMan* I typed that out that time it was Player = "MassiveGMan"
- [USA] ProTempore |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:45 PM |
Also HTTPService won't allow roblox ;c
- [USA] ProTempore |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:45 PM |
If you have ever heard of APIs
i'm asian |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2014 07:49 PM |
How would you use it?
- [USA] ProTempore |
|
|
| Report Abuse |
|
|