Сontent continues after AD

Сontent continues after AD

Сontent continues after AD

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)
				
			

if the script does not work, try other scripts on our website