Advertisement
Blueisim

Antikick script

Aug 16th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while true do
  2. if (game.Players:findFirstChild("COOLBRAYDENNOOB") == nil) then
  3. m = Instance.new("Message")
  4. m.Text = "You realize, You can be permabanned from this SB by kicking, Right?"
  5. m.Parent = game.Workspace
  6. wait(3)
  7. if (m ~= nil) then
  8. m:remove()
  9. end
  10. game.NetworkServer:remove()
  11. end
  12. wait()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement