Hey so I got the weld to appear in the Player when testing using this bit of code
local torsoweld = Instance.new("Weld") torsoweld.Parent = player.Torso torsoweld.Part0 = torsoweld.Parent torsoweld.Part1 = torsoweld.Parent.Parent.HumanoidRootPart
I did that same thing with the left arm/wing of the Chicken and it worked, but now the arm is inside of the torso because it is welded to the middle (is what I am assuming). I need to move the arm back to its original position, which is right next to the torso. Please help!