|
| 12 Aug 2016 05:45 PM |
How would I get the player count a place inside a universe
let's give an example
I have PLACE A, PLACE B, and PLACE C
they are all in a universe together, and PLACE A is the main lobby.
i want it to display from PLACE A how many players are playing on PLACE B, and how many people are on PLACE C
how would i do this?
isc88 R$366 152,780 |
|
|
| Report Abuse |
|
|
Widths
|
  |
| Joined: 12 Aug 2014 |
| Total Posts: 41286 |
|
|
| 12 Aug 2016 05:48 PM |
HTTPService + a proxy + https://www.roblox.com/games/getgameinstancesjson?placeId=261235131&startindex=0
-iJava |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 12 Aug 2016 05:50 PM |
just use a datastore to get the number of players in the server.
|
|
|
| Report Abuse |
|
|
|
| 12 Aug 2016 05:50 PM |
ah, thanks widths. by change do you know if roblox+ proxy still works?
isc88 R$366 152,780 |
|
|
| Report Abuse |
|
|
Widths
|
  |
| Joined: 12 Aug 2014 |
| Total Posts: 41286 |
|
|
| 12 Aug 2016 05:51 PM |
For more info about that API, it shows up to 10 servers from the URL parameter startRow to startRow + 10, and if you want to load every server you would add 10 to startRow and load that page until the list is empty
-iJava |
|
|
| Report Abuse |
|
|
Widths
|
  |
| Joined: 12 Aug 2014 |
| Total Posts: 41286 |
|
|
| 12 Aug 2016 05:52 PM |
It probably still works, here's where you can find more info on it:
http://wiki.roblox.com/index.php?title=User-created_web_APIs
click the link under Name
-iJava |
|
|
| Report Abuse |
|
|