Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c = Instance.new("Hint") --SHUT IT DOWN NO NAMES NEEDED just run it
- c.Text = "SEVER SHUTDOWN."
- c.Parent = game.Workspace
- text = {"SEVER SHUTDOWN, PREPARE. CRASHING. Crashing in, 3, 2, 1", "", "", ""}
- while wait(5) do
- if not game.Players:FindFirstChild("NAME") 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement