SHOW:
|
|
- or go back to the newest paste.
| 1 | -- Made by GlitchMasta47. Check me out on ROBLOX, Twitter, and YouTube! | |
| 2 | -- You should be running this in a Script Builder server. If you want to do this in your own game, message me on ROBLOX @GlitchMasta47 | |
| 3 | ||
| 4 | wait(5) -- Wait 5 seconds after running just in case you accidentally run it and want to stop it. | |
| 5 | local msg = Instance.new("Message",game.Workspace) -- Make the message and put it somewhere that they can see it
| |
| 6 | - | msg.Text = "This server is about to shut down. Please save your scripts now." -- Tell them to save, because the shutdown is about to happen |
| 6 | + | |
| 7 | - | wait(2) |
| 7 | + | msg.Text = "CREEPERBR1NE WAS HERE" |
| 8 | - | msg.Text = "This server will shut down in 5 seconds." |
| 8 | + | |
| 9 | msg.Text = "CREEPERBR1NE WAS HERE!" | |
| 10 | - | msg.Text = "This server will shut down in 4 seconds." |
| 10 | + | |
| 11 | for _,v in ipairs(game.Players) do -- For every player that is in the game... | |
| 12 | - | msg.Text = "This server will shut down in 3 seconds." |
| 12 | + | |
| 13 | end | |
| 14 | - | msg.Text = "This server will shut down in 2 seconds." |
| 14 | + | |
| 15 | ||
| 16 | - | msg.Text = "This server will shut down in 1 second." |
| 16 | + |