Creating debris On impact?

Im trying to detect so when the player hits an object on ragdoll it will create Debris the issue is im not sure how i tried raycasting but idk how to make it only work like on large impact and not on any impact

Get the magnitude of the velocity of the character, then compare it to a threshold. If it’s larger than or equal to that then show the debris

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.