#How can I change the position of my model in a tween

1 messages · Page 1 of 1 (latest)

sturdy valley
#

Moving just the position of the primary part just moves the single part of the model, but I want to move the model with it in a tween.

wet field
#

Other parts must be welded to the PrimaryPart

sturdy valley
#

the welds did not change the outcome

gilded mist
#

set cframe not position. you cannot tween the cframe of a model you must tween the cframe of its primary part.

sturdy valley
#

setting the CFrame of the primary part is still unresponsive

urban duneBOT
#

studio** You are now Level 4! **studio

sturdy valley
#

only moves the 1 part

frozen abyss
#

Try Model:PivotTo()

#

It does is just moves the model's primary part but in a better and cleaner way

#

Or you could say it is the simpler way to move a model

#

Put the cframe you want your Model to move to in the brackets