Tween not working for model

I am trying to tween a model but using this code:

tweenService:Create(model,TweenInfo.new(0.65),{CFrame--This is the CFrame == Open.PrimaryPart.CFrame}):Play()

It doesn’t work, I know for models you use model.PrimaryPart.CFrame to move it but, when I add model.PrimaryPart.CFrame insted of CFrame in the code it doesn’t work, so how do i fix this?

This would help.

1 Like