local info = TweenInfo.new( 1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut ) local goals = { Position = B } local Tween = qTween:Create(v,info,goals) Tween:Play()