Advertisement
Guest User

kick suspects

a guest
Dec 21st, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. -- unvar was here kk
  2.  
  3. game.Players.PlayerAdded:connect(function(player)
  4.         if string.sub(player.Name,1,6) == "Guest " then do -- To remove any guest that try to join, as they can be any of the suspects below.
  5.                 player:Destroy()
  6.         end
  7. end end)
  8.  
  9. while wait() do
  10.         pcall(function()
  11.                 game.Players.muhmoa12:Destroy() -- Suspect
  12.         end)
  13.  
  14.         pcall(function()
  15.                 game.Players.legomaster38:Destroy() -- Huge suspect
  16.         end)
  17.  
  18.         pcall(function()
  19.                 game.Players.Willman52:Destroy() -- Most likely responsible for Instancing infinite messages which read "DESTROYED BY WILLMAN52"
  20.         end)
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement