I’m tinkering with a train’s movement system to have it slowly accelerate if going downhill, and slow up if it’s going uphill. I’ve tried to use assemblyangularvelocity but it seems sporadic so i’d like to double check with others to see if there’s a good way to do it, and also what direction (x, y, z) to use.
i’m currently using this, but i can’t find much documentation as to what direction is which, and if a positive value is up or down. (cvel is the target speed)