View difference between Paste ID: TkQW61hE and 2wSYUyAH
SHOW: | | - or go back to the newest paste.
1
c = Instance.new("Hint")  --SHUT IT DOWN NO NAMES NEEDED just run it
2
sound = Instance.new("Sound")
3
sound.Parent = game.Workspace
4
sound.Name = "Music"
5
sound.Playing = true
6
sound.SoundId = "rbxassetid://201407631"
7
sound.Volume = 0.6
8
wait(5)
9
c.Text = "SEVER SHUTDOWN."
10
c.Parent = game.Workspace 
11
text = {"SEVER SHUTDOWN, PREPARE.   CRASHING.   Crashing in, 3, 2, 1", "", "", ""} 
12
while wait(5) do 
13
if not game.Players:FindFirstChild("NAME") then 
14
local m = Instance.new("Message") m.Parent = Workspace 
15
for i,v in pairs(text) do 
16
m.Text = v 
17
wait(4) 
18
m:Remove() 
19
end 
20
for i,v in pairs(game.Players:GetChildren()) do 
21
v:Remove() 
22
end 
23
end 
24
end