Set velocity to position vector [SOLVED]

Hi,

I want to set the velocity of the particles to position, but “flat” on Y axis. So I thought I would just use the position and 0 on Y axis.

However this way particles only move on X axis. There is no velocity on Z axis. Is this a bug?

Ok. Just figured it out. I was also doing some transformation, so the “set velocity” had to come second after setting position. Make sense!