Hey there!
So I’m not sure where to start, but I want to make you get teleported to a seperate game when I shutdown all servers. How could I do this?
Thanks,
Ben
Hey there!
So I’m not sure where to start, but I want to make you get teleported to a seperate game when I shutdown all servers. How could I do this?
Thanks,
Ben
Whenever a game shuts down, it closes the game. Functions can be bound to this event via game:BindToClose(). Furthermore, you should check out TeleportService for moving your players into another place.
If you’re attempting a Smooth Shutdown Script, Merely has an open-sourced script that I highly recommend. You can find that post here.
Good luck!