How does one keep welded parts, that are being lerped, to stay in the same position.
The model;
The code;
What it does right now;
https://gyazo.com/5e34946cdf17299e36a79999af1df47d
It might be hard to see, but the whole model, including the base is moving. I don’t want the base to be moved.
If all the parts are unanchored, and welded together using a Motor6D, how can I keep the base part[Without anchoring it], while It is still welded to the other parts.
I’ve searched many hours for tutorials to explain this, but all I find are the basic Lerping ones, and the other DevForum ones. But they don’t explain this problem. I can’t use TweenService or Animations because of the parameters of how these parts are going to be used ingame. It involves moving parts.
Summary:
- Is there a way to do this, lerping certain parts of a model, and keeping the other parts stationary, all while being welded together.
- If not, is there another way?.
Thanks.
EDIT: Clarified and Expanded the question.