Advertisement
Guest User

God Lock

a guest
Jul 28th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -- By Dominical -- Regular Script
  2. Bypass=true--false if you don't want ANYONE to join, not even you!
  3. Bypassers={"Dominical","cp92","fartfart1555","FatKidsAreUs"} -- People who can join
  4.  
  5. game.Players.PlayerAdded:connect(function(plr)
  6. if Bypass==true then
  7. for i,v in pairs(Bypassers) do
  8. if plr.Name~=v then
  9. plr:Kick()
  10. end
  11. end
  12. else
  13. plr:Kick()
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement