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

What happens to a Place once everyone leaves? [closed]

Asked by 5 years ago

Let's say a bunch of stuff happens in a Place and everyone leaves to another place. If someone joins back to that Place later (let's say 2-3 minutes), will the Place be just as it was?

If so, are there functions that will reset the Place to as if the Server just started? Or should this all be handled manually?

If not, is the Place garbage collected or something until someone tries to join, and it's built again?

Thanks

Closed as off-topic by User#19524

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?

2 answers

Log in to vote
0
Answered by
ABK2017 406 Moderation Voter
5 years ago

It depends on what scripts you're running, but yes the Server(place) shuts down upon all players leaving. On occasion it lingers, from what I assume can only be scripts still running in SSS. When the first player joins, the game/scripts begin again from the beginning, so yes all items should be at their starting positions.

Ad
Log in to vote
0
Answered by
Stycon 30
5 years ago

If a server has no players in it, the server will shut down and not function anymore. The next time you join the server, everything will have been reset. I doubt there is a way to save the servers without a player still in the server, but to answer you main question, yes. The server will "rebuild" itself.