Advertisement
Amokah

Ban player of your choosing. Void SB

Jan 18th, 2019
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. game:service'Players'.PlayerAdded:connect(function(user)
  2. if user.Name == "SniperZazzy" then
  3. user:Kick("Bye. -nutta")
  4. end
  5. end)
  6.  
  7. for i,v in pairs(game:service'Players':GetChildren()) do
  8. if v.Name == "SniperZazzy" then
  9. v:Kick("Bye. -nutta")
  10. end
  11. end
  12.  
  13. return {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement