You could have the Hit event of the player trace downward for the enemy and kill said enemy if the trace returns an enemy. If it doesn’t hit, it could trace in any other direction (up, left, right) for the enemy and hurt the player if any of those return true.