Get Chased By A Rocket Script | KICK EVERYONE ELSE, KICK SPECIFIC PERSON

Created by bred

Features:

  • KICK EVERYONE ELSE
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 A SPECIFIC PERSON
local target = "Roblox" -- enter their full player name
local mess = "whatever message here"
local repsto = game:GetService("ReplicatedStorage")

repsto.KickPlayer:FireServer(target, mess)

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS