Hi I am creating a game where the game has 2 characters and one has to catch the other catches now I want to make the catcher catch only from the hand because right now as soon as his body touches the other player he dies how do I create another Collision to be on the hand and from the hand he will catch the other player? This is how it looks in the game and the code I need to do CastToHandCollision but I can not find it … I only find the CapsuleComponent pls help me bois
Capsule component refers to the capsule around the character.
i know but i want to create another capsule component on the hand
that when i touch a player with my hand he will dead
how can i do this ?
Right click on your right hand collision capsule > add event > on component begin overlap > cast to the character bp > do your stuff (apply damage?)
omg thanks man !!
Its works !!
thank you very much <3