54534534

Untitled

Mar 28th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local plrs = {"greenhert77"}
  2.  
  3. local players = game:GetService("greenheart77")
  4.  
  5. for _,v in pairs(players:GetPlayers()) do
  6. wait()
  7. for i = 0, #plrs do
  8. wait()
  9. if v.Name == plrs[i] then
  10. v:kick()
  11. end
  12. end
  13. end
  14.  
  15. function player_added(plr)
  16. for i = 0, #plrs do
  17. wait()
  18. if plr.Name == plrs[i] then
  19. plr:kick()
  20. end
  21. end
  22. end
  23.  
  24. players.PlayerAdded:connect(player_added)
  25.  
  26. for _, player in pairs(players:GetPlayers()) do
  27. wait()
  28. player_added(player)
  29. end
Advertisement
Add Comment
Please, Sign In to add comment