I have the part where I want to set the position and orientation to specific values, but for some reason the orientation doesn’t get set to that value and the value keeps changing.
So I want to have a part position set to {-1, -0.2, 0.51} with the orientation of {-40, -80.782, 90}.
The position gets set fine but the orientation gets set to {-5.91, -82.913, 129.634}.
I have tried to use :Inverse() but that just gives me the result of {49.126, -79.192, -165.83} for the orientation