How to tween models?

Hello everyone, how do you tween models? I searched on youtube and the roblox dev fourm and can’t find anyone to help me.

I found an insightful post here:

Edit: I would just prefer somehow welding all the other parts to the primary part and using model:SetPrimaryPartCFrame(cf) to move the whole model.

1 Like

Thank you. I will read it and see if it helps me.

That is not a bad idea, welding all the parts.

I used this tutorial to tween my menu https://www.youtube.com/watch?v=qgGDwTn0zgo

The tutorial actually tweens a part so it should help a lot.

That’s nice for tweening parts, but the problem was tweening the whole model.

Yea I was going to say that to.