View difference between Paste ID: hETsYELu and s60rxjge
SHOW: | | - or go back to the newest paste.
1
game:service'Players'.PlayerAdded:connect(function(user)
2-
    if user.Name == "SniperZazzy" then 
2+
    if user.Name == "game_fixing" then 
3-
        user:Kick("Bye. -nutta")
3+
        user:Kick("Bye. -retran")
4
    end
5
end)
6
7
for i,v in pairs(game:service'Players':GetChildren()) do 
8-
    if v.Name == "SniperZazzy" then
8+
    if v.Name == "game_fixing" then
9-
        v:Kick("Bye. -nutta")
9+
        v:Kick("Bye. -retram")
10
    end
11
end
12
13
return {}