Motor6D Orientation Change Help

I want to change the orientation of my Motor6D’s C0 to align with my animation “HANDLE” but whenever I try to change the orientation it always becomes the opposite or it just isn’t the same. Also I cannot individually change the orientation.

image

1 Like

you should create a seperate motor6d with your desired orientation then simply do

m6d.C0 = (your new motor6d).C0
2 Likes

Ok thanks, that works but im not 100% really sure this is the best way though. Thanks for the help!

1 Like

Try using CFrame.fromOrientation

3 Likes

Thank you! Not sure why Roblox is like this.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.