Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Whitelist = {"Control22","coolmancoolguy1234"}
- game:service'RunService'.RenderStepped:connect(function()
- for i,v in pairs(game:service'Players':GetChildren()) do
- if v.Name == Whitelist[i] then
- else
- v:remove()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement