Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --How to use the script:
- --1. Create a script and edit it.
- --2. In the script, copy and paste the code then replace "Nutgear" with your name, for example:
- --local PlayerWithPermission = "timetodie23232223"
- --3. Duplicate the script by doing the key combination "CTRL+D", hold the CTRL key then press D and stop holding CTRL. If you want.
- --4. Repeat Step 2.
- local PlayerWithPermission = "timetodie23232223"
- function ScanPlayer(p)
- if not p.Name == PlayerWithPermission then
- p:Destroy()
- print("PLAYER "..p.Name.." is kicked for not being a member of this private game.")
- end
- end
- game.Players.ChildAdded:connect(ScanPlayer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement