I have a issue. I need all these parts to be welded to the primary part so I can move the plane forward. The issue is, after I welded them all, when I tried to move the primary part the entire plane would break apart. This is a big issue because if the model isnt welded to the primary part, the plane can’t move. I’ve attached some screenshots and videos of the issue.
I believe this is expected behavior, moving the part that is welded to other parts with the move tool is similar to changing .Position for a weld which deactivates (Check the .Active property on the weld) it in order for the part to be repositioned.
Using CFrame or :PivotTo selecting the entire model should counteract this behavior
I will check for the active property, but I wouldn’t want to just move the model. For moving the plane I was going to use velocity to push the plane forward.
Yes, It did have the same issue actually, which probably means its the plugins issue. I even tried swapping the Part0 and Part1 to see if it would fix, the model still fell apart.