So I have a model named GasMask, and I want to position it correctly. I don't understand why, but just know that this isn't the only piece of code, I'm just cutting it down to the simplest part so you understand my meaning.
I. Don't. Understand. How. To. Position. A. Welded. Object. To. A. Head.
Example;
weld.Part0 = head weld.Part1 = v weld.C1= v.CFrame:inverse() * CFrame.new(head.Position)
Results in the weld together, but not in the heads position.