ADVERTISEMENTREMOVE ADS
Game icon

KILL/KICK ALL

Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
17 Lines • 496 Bytes
Raw
shared.Type = 'Kill'
local cloneref = cloneref or function(obj)
return obj
end
local replicatedStorage = cloneref(game:GetService('ReplicatedStorage'))
local playersService = cloneref(game:GetService('Players'))
local lplr = playersService.LocalPlayer
local Type = shared.Type
for i,v in playersService:GetPlayers() do
if v ~= lplr and v.Character then
replicatedStorage.Remotes.Troll:FireServer(v.Name, Type == 'Kill' and 3292459899 or 3292468890)
end
end
ADVERTISEMENTREMOVE ADS

Comments

4 comments
to add a comment
Te

good script work on codex

0
0
na

working kick

1
0
Ch

So I have to change the kill with kick ? Or

1
0
st

@ChrisSchulte Yes if you want kick

0
0
ADVERTISEMENTREMOVE ADS