Stumble Buddies Script | KICK ALL, LOOP KICK ALL

Created by Real King#0001

Features:

  • KICK ALL
    for i,v in next, game.Players:GetPlayers() do
        if v ~= game.Players.LocalPlayer then
            game:GetService("Players").LocalPlayer.PlayerGui.Admin.Panel.Buttons.Kick.Select.Kick:FireServer(""..v.Name)
        end
    end
  • LOOP KICK ALL
getgenv().kick = true; -- set to false to stop the kick all loop

while getgenv().kick == true and task.wait() do
    for i,v in next, game.Players:GetPlayers() do
        if v ~= game.Players.LocalPlayer then
            game:GetService("Players").LocalPlayer.PlayerGui.Admin.Panel.Buttons.Kick.Select.Kick:FireServer(""..v.Name)
        end
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS