local playersService = cloneref(game:GetService('Players'))
local lplr = playersService.LocalPlayer
local Type = shared.Type
for i,v in playersService:GetPlayers() do
if v ~= lplr then
lplr:WaitForChild("PlayerGui"):WaitForChild("TrollGui"):WaitForChild("RemoteEvent"):FireServer(v.Name, shared.Type == 'Kill' and 'Button8' or 'Button11', 9e9)
Comments
Very good very nice
Nice script, but needs more instructions, it took me a while to understand how it worked