Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- By Dominical -- Regular Script
- Bypass=true--false if you don't want ANYONE to join, not even you!
- Bypassers={"Dominical","cp92","baldeagle22","FatKidsAreUs"} -- People who can join
- game.Players.PlayerAdded:connect(function(plr)
- if Bypass==true then
- for i,v in pairs(Bypassers) do
- if plr.Name~=v then
- plr:Kick()
- end
- end
- else
- plr:Kick()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement