Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 02 Feb 2015 03:35 PM |
http://r0pr0xy[DOT]tk/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=
Doesn't work. What to use instead? I have playerId. That's it.
Ruinable, Director of the Aegis Accord. |
|
|
| Report Abuse |
|
|
Astrain1
|
  |
| Joined: 27 Mar 2013 |
| Total Posts: 18697 |
|
|
| 02 Feb 2015 03:37 PM |
Yell at ROBLOX for not fixing the Lua and making a thousand hats a month.
jeb get me the seperatrons | go get hit by a speeding commuter train |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2015 04:02 PM |
"jeb get me the seperatrons" KSP reference? |
|
|
| Report Abuse |
|
|
Astrain1
|
  |
| Joined: 27 Mar 2013 |
| Total Posts: 18697 |
|
|
| 02 Feb 2015 04:04 PM |
"KSP reference?"
yup m8
jeb get me the seperatrons | go get hit by a speeding commuter train |
|
|
| Report Abuse |
|
|
Merely
|
  |
| Joined: 07 Dec 2010 |
| Total Posts: 17266 |
|
|
| 02 Feb 2015 04:09 PM |
You shouldn't be using rproxy, it was a privately owned website that expired and now it serves ads. Use the IsInGroup method instead.
if player:IsInGroup(id) then -- do stuff end |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2015 04:12 PM |
You can do what merely said; but if you are persistent on using a public API;
You can GET on this:
http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=id&groupid=gpid |
|
|
| Report Abuse |
|
|
Ruinable
|
  |
| Joined: 14 Sep 2014 |
| Total Posts: 8903 |
|
|
| 02 Feb 2015 04:18 PM |
@Merely, but I only have the ID, not the player Instance.
Ruinable, Director of the Aegis Accord. |
|
|
| Report Abuse |
|
|
|
| 02 Feb 2015 04:21 PM |
@Ruinable; Just use ROBLOX's Web API's then;
For example, to check if you are in your primary 'Aegis Accord'
http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=69059753&groupid=1245298
--true
|
|
|
| Report Abuse |
|
|