Convert C0 into C1

So, I found this post about CFrames that include this.

I tried the script and it looks like this

I wanna see if this works for animation purposes, so I changed the motor.C0 into motor.C1 and this
what happened


it just mirrors the part instead

I tried searching for solutions and most of them are irrelevant to my problem

C1 is the offset cframe from C0’s world CFrame, and C0 is the offset CFrame from Part0’s CFrame (its cframe is also its world cframe)

what are you trying to do that you need to swap them? trying to make Part0 at Part1’s CFrame and Part1 at Part0’s CFrame?

I actually already solved this problem Possible to convert C0 to C1?