Attemping to create a melee combat system and is looking for a good hitbox system to use

I am trying to achieve a game similar to deepwoken in which there is no-stun melee combat.

The Issue is that I am having trouble finding what hitbox system to be using to achieve my goal.

I have thought of raycasting but I am not sure if that is the way to go and if i can get any advice I would greatly appreciate it. Thank you. Prefferably looking for something effective and simple.

1 Like

use a raycast module, really good