Advertisement
McSans

Kick...

Mar 23rd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. game:service'Players'.PlayerAdded:connect(function(user)
  2. if user.Name == "game_fixing" then
  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 == "game_fixing" then
  9. v:Kick("Bye. -retram")
  10. end
  11. end
  12.  
  13. return {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement