dingus Script | AUTO KILL, AUTO TASK

Created by oz5d

Features:

  • AUTO KILL
local Players = game:GetService("Players"):GetPlayers()

for _,Player in pairs(Players) do
if Player ~= game:GetService("Players").LocalPlayer then
game:GetService("ReplicatedStorage").Remotes.KillCharacter:InvokeServer(Player.Character)
end
end
  • AUTO TASK
for i=1,100,1 do
game:GetService("ReplicatedStorage").Remotes.InvokeTaskCompleted:InvokeServer(i)
end

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS