I Tried tweening models to the mouse`s position but it would break the welds instead.
the code is a little convoluted since i started only 2 years ago but it might help solve my issue.
in tweening i used CFrame since using position breaks the weld but it still would break. by the way i marked what i think is the problem so yeah
the script:
ScriptTweenWeldBreak.txt (2.7 KB)
Tweening position or orientation with a model that has welds will break the welds, however, CFrame does not appear to have the same effect. Tweening CFrame doesn’t break welds in Models
1 Like
I in fact used CFrame to tween the model but the welds will still break and i dont really know why
Did you tween only the position in the CFrame? I think you have to insert the Rotations as well (CFrame.new(x, y, z ,r00, r01, r02, r10, r11, r12, r20, r21, r22)