Changing Weld rotation turning point

I want to change Weld’s turning point.

i tried changing position with CFrame.new() but it was hard. lol

NVM. i did it.

Weld.C1 = CFrame.new(0,-0.5,0)
Weld.C0 = CFrame.new(0,-0.5,0)* * CFrame.Angles(0,SomeAngles,0)