What is the best way to learn how to weld? I find welding difficult and i'm desperate because tools require mostly welding.. What is the best way to learn?
Welds are based in CFrames, which are math. If you don't want to do all of that math, build it normally. If you want to weld two parts together so they keep their relative orientation, all you need to do is define the Part0 and Part1 and set the C0 to Part0.CFrame:inverse()*Part1.CFrame
There is really only one way. If you find it difficult, try taking a qPerfectionWeld from the toolbox. Otherwise, using a "for" loop is sufficient.