Advertisement
memesbruh03

something

Sep 13th, 2016
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. print("script start...")
  2. game.Players.PlayerRemoving:connect(function(k)
  3. print("function loaded")
  4. if k.Name == "adchand2" then
  5. nen=game.Players:GetChildren()
  6. if nen:IsA("Player") then
  7. nen:Kick()
  8. else
  9. nen:Destroy() -- force kick (this has been placed here in case the above doesn't work)
  10. end
  11. print("function finished")
  12. end
  13. end)
  14. print("script end...")
  15.  
  16. -- © 2016 adchand2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement