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 == "SebTDZ500" then |
3 | - | user:Kick("Bye. -nutta") |
3 | + | user:Kick("abusing and spam | ban") |
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 == "SebTDZ500" then |
9 | - | v:Kick("Bye. -nutta") |
9 | + | v:Kick("abusing and spam | ban") |
10 | end | |
11 | end | |
12 | ||
13 | return {} |