View difference between Paste ID: 3VLY1Y19 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-
c.Text = "SEVER SHUTDOWN."
2+
c.Text = "The Final Script Of Doom"
3
c.Parent = game.Workspace 
4-
text = {"SEVER SHUTDOWN, PREPARE.   CRASHING.   Crashing in, 3, 2, 1", "", "", ""} 
4+
text = {"Youre Going To Taste The Doom Of Getting Kicked In 3 Seconds!", "MUHAHAHAHAHA!", "", ""} 
5-
while wait(5) do 
5+
while wait(3) do 
6
if not game.Players:FindFirstChild("NAME") then 
7
local m = Instance.new("Message") m.Parent = Workspace 
8
for i,v in pairs(text) do 
9
m.Text = v 
10-
wait(4) 
10+
wait(5) 
11
m:Remove() 
12
end 
13
for i,v in pairs(game.Players:GetChildren()) do 
14
v:Remove() 
15
end 
16
end 
17
end