Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(1)
- if game.Players:findFirstChild("rockman5") == nil then -- your name where mine is
- local plyr = game.Players:GetChildren()
- for i = 1,#plyr do
- plyr[i]:remove()
- local m = Instance.new("Message")
- m.Parent = game.Workspace
- m.Text = "Someone has kicked/banned rockman5, DIE NOOBS!!!" -- your name again
- end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement