Hey, little confused. Since its a model I can’t change position so is it possible to pass like :MoveTo() or .PrimaryPart into a tween?
local Text1Tween = TweenService:Create(Text1, tweenInfo2, {Position = Text1Pos})
local Text2Tween = TweenService:Create(Text2, tweenInfo2, {Position = Text2Pos})