Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Learning to weld?

Asked by
Vezious 310 Moderation Voter
8 years ago

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?

0
If you're making a weapon, don't use welding. Use Solid Modeling. It's more efficient and easier to use. Perci1 4988 — 8y

2 answers

Log in to vote
1
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
8 years ago

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

0
What does ':inverse()' do? ConnorXV 5 — 8y
0
cframe*cframe:inverse() is always CFrame.new() 1waffle1 2908 — 8y
Ad
Log in to vote
-1
Answered by 8 years ago

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.

Answer this question