Advertisement
gilmanhouse_v2

fsfsfsdgsde

Jul 10th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 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={"gilmanhouse","idk"} -- 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)e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement