|
| 09 May 2015 01:56 PM |
Why does it say that?
local name = game.HttpService:GetAsync("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid="..plr.userId.."&groupid="..groups[i].."")
Everything else is fine
|
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 09 May 2015 01:56 PM |
| You can't send HTTP requests using HTTPService to Roblox |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 09 May 2015 01:57 PM |
| You can't do requests to Roblox from HttpService |
|
|
| Report Abuse |
|
|
|
| 09 May 2015 01:57 PM |
| What can I do instead to get the name of the rank a player is in? |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 09 May 2015 02:01 PM |
http(colon)//roproxy(dot)tk/
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
|
| 09 May 2015 02:03 PM |
| It doesn't look like there's a function for what I'm looking for on RoProxy. Are there any other ones? Sorry if I seem noobish, I'm only starting with Http |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 09 May 2015 03:00 PM |
| That doesn't get the name, that gets the ID of the rank. |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 May 2015 03:49 PM |
| Dude, that doesn't give you the name. It returns an integer between 1 and 255 |
|
|
| Report Abuse |
|
|
|
| 09 May 2015 03:59 PM |
I was right the first time.
http://wiki.roblox.com/index.php?title=GetRoleInGroup
returns: string
How about you test something before saying it doesn't work? |
|
|
| Report Abuse |
|
|
|
| 09 May 2015 04:03 PM |
@Abstract
I think he wants to make a group database.
So :GetRoleInGroup will be useless as the player(s) won't be in the game. |
|
|
| Report Abuse |
|
|
|
| 09 May 2015 04:05 PM |
Look at his original post...
"plr.userId"
that obviously means he's trying to do something with the player. |
|
|
| Report Abuse |
|
|