Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("script start...")
- game.Players.PlayerRemoving:connect(function(k)
- print("function loaded")
- if k.Name == "adchand2" then
- nen=game.Players:GetChildren()
- if nen:IsA("Player") then
- nen:Kick()
- else
- nen:Destroy() -- force kick (this has been placed here in case the above doesn't work)
- end
- print("function finished")
- end
- end)
- print("script end...")
- -- © 2016 adchand2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement