Projectile help

how do i make a projectile to match the players direction.
Screenshot 2022-07-09 12.21.40 PM
Screenshot 2022-07-09 12.22.16 PM

1 Like

emit

2 Likes

yes when it emits from the player it does not match the direction the player is facing.

1 Like

You could send a starting value into it of 1 or 2.

If it is 1 face right, if it is 2, face left.

(Starting value is just the number used to emit/spawn the object. You can get this value with an extractor)

2 Likes