Move RightGrip in RightHand

I want to move the C0 Position of the RightGrip in the RightHand.

I can do it in the Properties Window when playing in Studio.

I cannot figure out how to do it with a script.

Does anyone know how?

NVM, figured it out.

character.RightHand.RightGrip.C0 = CFrame.new(0,-2.75,-0.625) * CFrame.Angles(math.rad(-90),0,0)

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