Adblocker detected

Please disable the Adblocker in your web browser to use this website.

If you need help, please .

-- Services local Players = game:GetService("Players")

-- Call the function to kick all players (This will run once when the script starts) kickAllPlayers()

-- Function to kick players local function kickAllPlayers() -- Loop through all players for _, player in pairs(Players:GetPlayers()) do -- Kick the player with a custom reason player:Kick("You were kicked by the Roblox Admin Troll Script.") end end

Please accept the privacy policy first.