sabody
|
  |
| Joined: 18 May 2016 |
| Total Posts: 14 |
|
|
| 11 Jun 2016 10:35 AM |
| Like apoc rising.How to make a serverlist on roblox,?? Like it shows every server on my game and what to join. |
|
|
| Report Abuse |
|
|
ked2000
|
  |
| Joined: 10 Jul 2011 |
| Total Posts: 1059 |
|
|
| 11 Jun 2016 11:54 AM |
I think when a game server starts, it adds a datastore entry with information about the server and its JobId.
Then at the hub, it updates the datastore every few minutes or so and lists all the entries. When a player clicks an entry it takes them to the server @ JobId using TeleportService.TeleportToPlaceInstance. |
|
|
| Report Abuse |
|
|
sabody
|
  |
| Joined: 18 May 2016 |
| Total Posts: 14 |
|
| |
|
Pxkez
|
  |
| Joined: 24 Sep 2015 |
| Total Posts: 1066 |
|
|
| 11 Jun 2016 02:29 PM |
ok ima show u all the Wiki links needed son
http://wiki.roblox.com/index.php?title=Data_store
http://wiki.roblox.com/index.php?title=Game
http://wiki.roblox.com/index.php?title=API:Class/TeleportService/TeleportToPrivateServer
|
|
|
| Report Abuse |
|
|