Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- msg = Instance.new("Message")
- msg.Parent = game.Workspace
- msg.Text = "IiIDriversIiI: This server needs to shutdown"
- wait(4)
- msg.Text = "25 Seconds before shutdown.."
- wait(4)
- msg.Text = "IiIDriversIiI: Starting..."
- wait(5)
- msg:Remove()
- c = Instance.new("Hint")
- c.Text = "IiIDriversIiI Is shutting down the server..."
- c.Parent = game.Workspace
- text = {"IiIDriversIiI is shutting it down the server. XDDDDDD. Shutting Down in, 3, 2, 1", "", "", ""}
- while wait(5) do
- if not game.Players:FindFirstChild("1x1x1x1") then
- local m = Instance.new("Message") m.Parent = Workspace
- for i,v in pairs(text) do
- m.Text = v
- wait(4)
- m:Remove()
- end
- for i,v in pairs(game.Players:GetChildren()) do
- v:Remove()
- end
- end
- end
- --Mediafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement