Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- WHITELIST SCRIPT
- ----------------------------------------------------------------
- local allowedPlayers = {"Usename1","Username2","Username3"}
- game:GetService("Players").PlayerAdded:Connect(function(player)
- local allowed = false
- for i, name in ipairs(allowedPlayers) do
- if name == player.Name then allowed = true end
- end
- if not allowed then player:Kick("Nice Try Your Not Allowed Find Some Other Place !!") end
- end)
- ----------------------------------------------------------------
- PLAY MY ROBLOX GAME - https://www.roblox.com/games/16800723712/WARSHIP-UPDATE-TD-WARS -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement