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.

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.

you should create a seperate motor6d with your desired orientation then simply do
m6d.C0 = (your new motor6d).C0
Ok thanks, that works but im not 100% really sure this is the best way though. Thanks for the help!
Try using CFrame.fromOrientation
Thank you! Not sure why Roblox is like this.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.