touched is not good i can confirm.
Look itâs not gonna work if you touch the part a ton, use debounce and magnitude. PLEASE
Well, if you would test it you would know it works⌠Main problem of others used Touched forgot this part:
if plr.Name == "HumanoidRootPart" then
This checks only for root part and ignores legs/head/arms.
well what he is using is a flamethrower, so its not gonna cut unless you put a debounce.
you cant say that word. thats bannable
itâd go like this
coroutine.wrap(function()
while wait(delaytime) do
if health > 0 then
humanoid:TakeDamage(amount)
else
break
end
end
end)
â
I have found a way using magnitude and repeat.
Could you share the script? imagine so(me)one coming looking for an answer and all they find is the script wasnât sharedâŚ
Yes, necrobump, but you shouldâve shared it before.