I have a model which im trying to move with tweens.
I did something like this:
local tween = TweenService:Create(clientStructure, tweenInfo, tweenGoal)
tween: Play()
but it gives the error
TweenService:Create no property named ‘CFrame’ for object . . . (the model im moving)
It also gave me the same error when i was trying to move the model without the tween and it worked using :PivotTo, is there any way to use pivotto with tweens?