Melee combat system

Where would I start if I wanted to create a melee combat system?

1 Like

Start with hit detection, there should be a lot of resources for hit detection.

However usually the hit detection is also tied to animations so you should start by learning how to use user input services and play animations as well.

Do you mean that the hit detection is only active while the animation is playing?