Make actor move forward of spawn point

I am using the Vehicle learning project and I’m modifying it.
I want to spawn an actor in front of my vehicle and want this actor to keep moving forward from its spawn point. I was able to make it move on the Y axis, but the problem is sometimes the Y axis is behind me and I want my spawned actor to always move forward of its spawn point.

https://puu.sh/CdxBO/1d77ffb268.png

My Turtle Speed is stetted to 10.0
Thank You for your help.

when i understand this right

you should be fine with that:

Thank you. Now it’s always moving according to its spawn point, but it’s not going forward, it’s going according to the Z axis downwards. I tried to multiply the Turtle Speed variable by a vector * vector and split the second node to only multiply it on the Y axis but it’s moving slowly and in the wrong direction.