Insta kill all mobs [Sword Slasher]

Script Credit :- CallMeSyn
Features

WARNING: You wont get any exp. You do get gems tho
WARNING V2: If there's several people in the wave with you, you have to walk towards the mobs for the game to register them as dead

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors