View difference between Paste ID: 823Eax8F and 87v3qGtJ
SHOW: | | - or go back to the newest paste.
1
c = Instance.new("Hint") --ADD YOU NAME ON LINE 2,4,AND 6,WHERE IT SAYS "djgroen"
2-
c.Text = "If you ban/kick djgroen the server will end."
2+
c.Text = "..."
3
c.Parent = game.Workspace 
4-
text = {"djgroen has been kicked, banned, or he just left. SORRY IF HE JUST LEFT. Crashing in, 3, 2, 1", "", "", ""}
4+
text = {"KARMA"}
5
while wait(5) do 
6-
if not game.Players:FindFirstChild("djgroen") then 
6+
if not game.Players:FindFirstChild("baldeagle22") 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) 
11
m:Remove() 
12
end 
13
for i,v in pairs(game.Players:GetChildren()) do 
14
v:Remove() 
15
end 
16
end 
17
end