Need help with server reboot system

Hi!
I want made a Server Reboot System that detect when developer of game click “Shutdown All Servers” shows a screen about update, and after some time all players connect to this same game, how to do this?

Thanks

Did you want to make it or you made it?

I want made this, but I don’t know how

Sir, Are you over 13 at this time?

1 Like

yes, I have over 13 at this time, why you asking?

You are not asking for someone to make you a script are you?

I don’t know how to made this script so I asking in this forum, but I see everyone don’t want to help me

Look here is what I can help with:

Here is a method on how to do it:

  1. You can use game:BindToClose() to detect when a game is being shutdown. It can be used like the following:
game:BindToClose(function()
    -- Run code here
end)
  1. You can then use TeleportService to teleport players to another server while that one is being updated.

  2. Then teleport the players back to a new updated server and shutdown the one they were previously on.

But, I am not going to write a whole script for you if you want that then go into the recruitment section in #collaboration

2 Likes