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

How do I weld Bricks to a brick?

Asked by 9 years ago

I have two bricks. A and B. I used this script

M = Instance.new("Motor", game.Workspace.A)
    M.Part0 = workspace.A
    M.Part1 = workspace.B

to add a motor to part A. Now, I'm trying to animate parts of an airplane wing to part B. But...I have no idea how to weld. I've tried using the Surface tool but it didn't seem to do anything. Please help

Thank you!!

~iAviater

0
You can Weld in the same way as you did with your Motor script, just change "Motor" to "Weld" and edit the parts. damagex443 325 — 9y
0
Thank you! Horrible scripter here so It means a lot. VirtualFlying 55 — 9y

1 answer

Log in to vote
1
Answered by 9 years ago

Do the same thing you did for mortar for a weld

Ad

Answer this question