How to change motor constraint direction

I want to know if its possible to change the direction of a motor constraint without changing the parts orientation.
Changing it to negative doesn’t work.

2 Likes

Can you post the code you tried?

1 Like

I didn’t use code, I modified the motor constraint

1 Like

Is the HingeConstraint.ActuatorType Motor and are you changing HingeConstraint.AngularVelocity rather than HingeConstraint.AngularSpeed?

2 Likes

You can just rotate the attachment to change the direction as seen in the article below:

https://developer.roblox.com/en-us/articles/Constraints

1 Like