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

So there is this tool with a lot of parts how do I make it so it stays in one peace?

Asked by 7 years ago

So there is this tool with a lot of parts how do I make it so it stays in one peace? I tried this:

local children = script.Parent:GetChildren()

while true do
    children:MakeJoints()
    wait()
end
1
I would try welding instead The wiki has a page on welding http://wiki.roblox.com/index.php?title=Weld yoshi8080 445 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

I'd recommend trying to Weld.

Ad

Answer this question