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

How to make welds or joints keep the position of the parts while unanchored?

Asked by 5 years ago

So I have a script

local weld = Instance.new("Weld", workspace)
weld.Part0 = game.workspace.Part
weld.Part2 = game.workspace.Part2

How do I make the welds keep their same position? If not, how would I do this?

0
No I want it to be random like if I spawned a part and it falls randomly into a position on the weld part, I want it to stay there when I weld it User#25281 0 — 5y

Answer this question