I’m shooting the ball, but the character moves to the right

Feb-13-2025 21-30-17

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

1 Like

Thank you.

I solved the problem by changing BP_FirstPersonGameMode to GameModeBase.

1 Like

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.

1 Like

Privacy & Terms