How do i make the kunai shoot to where the ninja is facing

1 Like

Remove all behaviors from the kunai object itself. Those are the main problem because they are telling the kunai to travel in a specific direction (left because -7), not the direction the player is facing.

Second, deselect “Angle is independent” in the emit behavior of the character. When that option is selected, the kunai will be fired in a direction not dictated by the player object, which is not what you want.

Finally, select “rotate objects” in the emit behavior. This allows the player object to dictate the direction the kunai is thrown.

1 Like

how do i make the kunai go forward then

1 Like

Set the emit force higher

1 Like