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