Hit Event Collision (Punch) not working

Hello,
someone knows why my hit detection with the hand-collision-sphere isnt working (placed it even more outside of the char collision for testing)
i’ve tried 2 methods:

Thanks for help!

anybody? please? :stuck_out_tongue:

Only objects which are driving physics interactions can Event Hit.

For a hitbox (i.e. detecting contact) you should use On Begin Overlap events instead. This will register any time the hitbox sphere touches another object, even if the interaction is not a physics collision.

Oh that makes sense, thank you!