It's a quick one, sorry I'm providing no input. I assume its only one line, that's why.
You cant call a TweenPosition() on canvasPosition, you're forced to make a manual tween library for that.
FI.
for i=1,300 do script.Parent.CanvasPosition = Vector2.new(0,i) wait() end