SoftShutdownService
This service lets you shut down servers without losing a bunch of players. When game.OnClose is called, the script teleports everyone in the server into a reserved server.
When the reserved servers start up, they wait a few seconds, and then send everyone back into the main place.
Originally written by Merely https://github.com/MerelyRBLX/ROBLOX-Lua/blob/master/SoftShutdown.lua
Modified by Quenty
Functions
Init
Initialize the service. Should be done via ServiceBag.
warning
Initializing this service effectively initializes side effects, which is, to initialize the soft shutdown behavior.