Tweening a Model's Position and Orientation (not CFrame)

I need to tween a model’s Position and Orientation in 2 separate tweens, because each tween requires different properties.

Currently, as far as I’m aware, if you weld all parts in a model to the primary part, you can only tween the primary part’s CFrame, if the position or orientation value are used, then the welded parts won’t move.

Is there a possible workaround or am I missing something?

Desired result

Current result (all parts excluding primary part is unanchored and welded to the primary part):

1 Like

You got to unanchor the primary part as well
@iam2nix, please let me know if this works

1 Like