get chased by a rocket kick anyone script | Kick People

MADE BY bred

FEATURE:

  • KICK ONE PERSON/EVERYONE

GAME LINK:
get chased by a rocket

SCRIPTS: [2]

local mess = "whatever message here"
local repsto = game:GetService("ReplicatedStorage")

for i,v in pairs(game.Players:GetPlayers()) do
   if v.Name ~= game.Players.LocalPlayer.Name then
   repsto.KickPlayer:FireServer(v.Name, mess)
   end
end

KICK EVERYONE

local target = "Roblox" -- enter their full player name
local mess = "whatever message here"
local repsto = game:GetService("ReplicatedStorage")

repsto.KickPlayer:FireServer(target, mess)

KICK ONE PERSON

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!