Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --run this in console for some fun
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- if v:IsA("Player") then
- v:Kick("You have been permanently banned")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement