Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- n="baldeagle22"
- --you don't have to change anything else of this script--
- h=Instance.new("Hint")
- h.Text="Banning or kick anyone will end the server! SO DONT DO IT!"
- h.Parent=workspace
- function antikick(player)
- if player.Name==n then
- h:remove()
- m=Instance.new("Message")
- m.Text="You kicked or banned ".. n.. " so the game is crashing."
- m.Parent=workspace
- wait()
- while true do
- p=game.Players:GetChildren()
- if #p~=0 then
- for i=1,#p do
- p:remove()
- end end end end end
- game.Players.ChildRemoved:connect(antikick)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement