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

Can you Shut Down a game with Message?

Asked by 3 years ago

So i want to Shut Down my game because i have an update.

Is there a way to Shut Down it with Message?

Thank's for Reading!

0
You can click the "Shut down all servers" button in the game page: https://i.imgur.com/srLmnUY.png imKirda 4491 — 3y
0
@imKirda Ik, i want it so the player can see the message like "NEW UPDATE! REJOIN NOW!" The_Saver31 260 — 3y
0
You Could Kick All Players With That Message Magicdevice3 58 — 3y
0
You can just run a loop that kicks all the players out of the server, with a message. BIueIay 6 — 3y

2 answers

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

There is something I think you should look at which would be useful in your case.

A Roblox user made a very useful script which teleports all players to a reserved server while the main server updates. Its a soft shutdown script: Click this, this provide you the soft shutdown script

This also comes with a built in message telling the user it's being updated.

By the way, this only works if you shutdown all servers, and you may need to tweak some code seeing as it uses stuff like :connect which is deprecated

Ad
Log in to vote
0
Answered by 3 years ago

There is a button in the game menu called "Move to latest update"

Answer this question