What exactly does CurrentAngle and MaxVelocity in a Motor6D do?

I have looked into the documentation for the properties of a Motor6D, but when I tried changing the values both through script and through the player, nothing happens. What are these properties for and what can I do when them?

As far as I’m aware, current angle only shows what angle it’s currently at. What you’re looking for is DesiredAngle. Setting this tells the motor what angle you want it to go to. You should note that you want to use a number of about 1.6 to do 90 degrees and putting 90 in would make it spin for a very long time! MaxVelocity is pretty much the ‘speed’ at which the motor will go to reach the DesiredAngle. Again, a speed for 1 is very fast and most of the time you’ll want to use a decimal of sorts.

4 Likes