www.roblox-scripter.com

Script – Sword Slasher

Thank you for using our website
Your script:

				
					local RunService = game:GetService("RunService")

RunService.Stepped:Connect(function()
    for Index, Mob in next, workspace.Mobs:GetChildren() do
        if Mob:FindFirstChild("Humanoid") then
            Mob.Humanoid:TakeDamage(9e9)
        end
    end
end)
				
			

How about trying out new scripts?