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

Properties of Welding?

Asked by 7 years ago

i am just wondering what would happen if i create a weld, and i made something like

weld.Part0 = game.workspace.Brick1
weld.Part1 = game.workspace.Brick2
weld.Parent = game.workspace.BasePlate

And both brick1 and brick2 is unanchored. Would the weld still work properly? If so, then why? Since I usually do

weld.Part0 = game.workspace.Brick1
weld.Part1 = game.workspace.Brick2
weld.Parent = game.workspace.Brick1

If anyone know the secret behind it, please let me know, thanks~!

0
You can look in the wiki.. FiredDusk 1466 — 7y

Answer this question