Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to re-open reserved servers?

Asked by
Scriptecx 124
8 years ago

So I'm testing this server system, where you have a lobby as a start place with a list of servers that other people have created using the ReserveServer function in Teleport Service. However, once everyone leaves the Reserved Server it shuts down and I cant open it again. So how would I get it to (If possible) restart that specific server and open it back up?

1 answer

Log in to vote
3
Answered by 8 years ago

You can't
But that's not to say you can't save it.

Take a look at SavePlaceAsync, or consider serializing the state of a server into a recreatable ID and loading it from a DataStore or similar when recreating a new reserved server with the old state as a template.

Ad

Answer this question