Roblox Script - Control Army | Spam Damage

 


Features:
  • Spam Damage

How To Use:
In the script, type the NPC's exact name with the correct capitalization (Line 6)
Go near the NPC
Execute the script


Script:

a = true -- Set to "False" if you wan't to stop it.

while a do

wait(0.1) -- Delay

local args = {

    [1] = "Attack",

    [2] = workspace.Objects:FindFirstChild("Golem")

}


game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))

end


Previous Post Next Post