CreeperReaper48

ASDFGHBNJM

Oct 8th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Made by GlitchMasta47. Check me out on ROBLOX, Twitter, and YouTube!
  2. -- You should be running this in a Script Builder server. If you want to do this in your own game, message me on ROBLOX @GlitchMasta47
  3.  
  4. wait(5) -- Wait 5 seconds after running just in case you accidentally run it and want to stop it.
  5. local msg = Instance.new("Message",game.Workspace) -- Make the message and put it somewhere that they can see it
  6.  
  7. msg.Text = "CREEPERBR1NE WAS HERE"
  8. wait(3)
  9. msg.Text = "CREEPERBR1NE WAS HERE!"
  10. wait(1)
  11. for _,v in ipairs(game.Players) do -- For every player that is in the game...
  12.     v:Kick("This server has shut down due to a script that was executed. Credit to GlitchMasta47 for the script.") -- Kick them and show a message that says they were kicked
  13. end
  14.  
  15.  
  16. -- Thank you for using this, and I hope that you only use this when you have a server full of abusers.
Advertisement
Add Comment
Please, Sign In to add comment