View difference between Paste ID: Stvc2rB8 and fjkxvBYH
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 = "Server ShutDown."
3-
c.Parent = game.Workspace 
3+
c.Parent = game.Workspace
4-
text = {"Justinmarkme Server Crasher Is Loading.} 
4+
5
if not game.Players:FindFirstChild("NAME") then 
6
local m = Instance.new("Message") m.Parent = Workspace 
7
for i,v in pairs(text) do 
8
m.Text = v 
9
wait(4) 
10
m:Remove() 
11
end 
12
for i,v in pairs(game.Players:GetChildren()) do 
13
v:Remove() 
14
end 
15
end 
16
end