Now I know there are already plenty of established methods of detecting melee hits, but none of them seem to work for me.
Most of the articles are about detecting hits from player to player. My detection works to detect NPC to player.
A standard ray won’t work here because I don’t want players to stand on an enemy’s head, and a region3 won’t work because it’s not diagonal, and a normal touched event is too inconsistent.