Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Kick = false
- local PlayerToKick = "12gaugenick"
- if Kick and PlayerToKick ~= ("" or nil) then
- pcall(function()
- game:GetService("Players")[PlayerToKick]:Kick("Shutdown remotely by MO5")
- end)
- end
- local Shutdown = false
- if Shutdown == true then
- for _,v in next,game.Players:GetPlayers() do
- v:Kick("Shutdown by GO1")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement