Hi
I’m shooting the ball, but the character moves to the right. What’s the problem?
The spawn point for the player - they are colliding with the player and pushing them
Thank you.
I solved the problem by changing BP_FirstPersonGameMode to GameModeBase.
in collision presets of the bullet just add a checkmark to ignore the pawn
If you ignore the pawn, it will ignore all pawns and that may not be desirable. In this case, it’s just a matter of moving the launch point in front of the Player Pawn so the projectile spawns outside of the collision capsule.