[SOLVED] Jumping/Impulse with momentum using nodes

Check out the Vector From Transform node. You can get a vector representing the objects look direction. Then, if you wanted to have something move in the look direction, you can use the Vector Math node to multiply the Look direction by the speed you want it to move in that direction.

2 Likes