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;
1 | weld.Part 0 = head |
2 | weld.Part 1 = v |
3 | weld.C 1 = v.CFrame:inverse() * CFrame.new(head.Position) |
Results in the weld together, but not in the heads position.