kick script gui

Brookhaven Kick Script

4.7 (3,482 votes) · Verified by Marc
-- Brookhaven Kick Script
local players = game:GetService("Players")

-- Function to kick a player by name
function kickPlayer(playerName)
    local playerToKick = players:FindFirstChild(playerName)
    if playerToKick then
        playerToKick:Kick("You have been kicked from the game!") -- Kicking the player
    else
        warn("Player not found!")
    end
end

-- Example usage
kickPlayer("PlayerNameHere") -- Replace with the name of the player to kick
Download Copy

Description

The Brookhaven Kick Script allows players to remove others from the game effortlessly. With this script, you can specify any player’s name and kick them out of the server, ensuring that you have complete control over your gaming experience!

A script executor is required to use Brookhaven Kick Script in Roblox. Make sure to choose a reliable script executor to run your scripts safely.

Learn more

Features

  • Player Control: Kick any player from the server instantly.
  • Customizable: Easily specify the player to kick by name.
  • Simple Usage: User-friendly script suitable for all players.
  • Regular Updates: Maintained to ensure compatibility with the latest game versions.
  • Safe Operation: Designed to minimize detection risks while using.

Instructions

  1. Download the Script: Copy the Brookhaven Kick Script.
  2. Launch Roblox: Open Roblox and join the Brookhaven game.
  3. Open Script Executor: Use a reliable executor like Synapse X or Krnl.
  4. Paste the Script: Paste the copied script into the executor’s text area.
  5. Attach the Injector: Attach the injector to Roblox by clicking the Attach button.
  6. Execute the Script: Replace “PlayerNameHere” with the actual player’s name and click Execute.

Verified by Marc

The Brookhaven Kick Script has been verified to work by Marc Cooke, ensuring it performs as intended in-game.

How we verify scripts