I've tried removing the left shoulder moving the arm and recreating the joint. Tried just moving it. But both ways just make te character spaz when I change the position. (Sometimes it can look like you're surfing) Please I don't need cod I just need to know the method of it. Thanks and please excuse typos. On phon
To edit the arm's position.. you need to configure the C0 and possibly C1 properties of the joints.. Joints are called Right Shoulder
and Left Shoulder
. They're placed in the Torso.
So, an example of editing one..
local joint = Character.Torso['Right Shoulder'] join.C0 = CFrame.new(5,5,0) * CFrame.Angles(0,math.rad(90),0)
Locked by YellowoTide, Shawnyg, Lacryma, and adark
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?