Payload going up an elevator

Coolz

L2: Junior Member
Sep 19, 2013
72
26
So, I'm changing the door thing to an elevator, and I've got the payload and the elevator's movement synchronized. The problem is the fact while the payload is going up the elevator the payload points itself straight up.
How do I stop the payload from doing that and make it stay in the same direction it was already pointing?
 

henke37

aa
Sep 23, 2011
2,075
515
I think that what I did was to set the rotation mode on the path_nodes to use the angle of the node, instead of the direction to the next node. Try that.
 

Vastrix

L1: Registered
Aug 11, 2014
20
0
Great something i can help with \o/ :)

set the path_track's Orientation Type to "Face this path_track's angles"
then set the path_track's Pitch Yaw Roll To the desired Direction

Feel free to take a look at my map i did something similar but:
Mine is going down instead of up and while it's going down it's spinning as well.. ;)