- Home /
Question by
dubale06 · Dec 05, 2018 at 02:51 AM ·
particlesparticlesystemparticle systemparticle
How to make particles always face away from player
My player is simply a ball that can move when receiving input. I have some particles effects attached to it and i have a script making them always attached to the player (when the player moves, the particles move with him). Now i want to make the particles always face away from where the player is moving, (if the player is moving towards the right, the particles face the left, etc) and if possible have a longer lifetime the faster the player goes. Thank you in advance for your answers.
Comment