-
What do you want to achieve? Keep it simple and clear!
When the torso is rotated, I want the arms to rotate as if the torso was not rotated. -
What is the issue? Include screenshots / videos if possible!
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I looked at the DevForum, but I wasn’t sure if the articles were related to my problem.
leftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(math.asin((mouse.Hit.p - mouse.Origin.p).unit.y), -1.55, 0)
rightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(math.asin((mouse.Hit.p - mouse.Origin.p).unit.y), 1.55, 0)