How Do i make a melee that Damage limbs and a Limb Health system?

I am Trying to make a Limb Health and a melee that Damage limbs but i don’t know How to make it
here’s an example for it : Limb Damage | Criminality Wiki | Fandom
1.What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve looked on all of the tutorials i could find and searched on the DevForum but found nothing .
if anyone knows how to do that I’ll be very grateful and Thanks in advance!

2 Likes

That isn’t right category. Change it to #help-and-feedback:scripting-support

yeah i am kinda new to deform But thanks for correcting me

You need to use raycasting here. Use rays to detect limb and do with it whatever you want.
To make limb health try to use variables or int values.

i still dont Quite Understand How to make it detect Limbs? can u help with that? i am kinda new to scripting this to be honest.

Add an IntValue to every limb, and at the time of detecting collisions, instead of changing the Humanoid’s health, change the limb value. When it reaches 0 or less you can destroy it or damage the actual Humanoid

1 Like

You just need to learn raycasting, it’s the best way to do it

Thanks in advance For helping Me with This everyone