How do I make a text move position from the middle of the screen to the right side of the screen while getting smaller over time
You can just use TextLabel:TweenSizeAndPosition(end size, end position, Easing style, Easing direction, tween speed)
For more info, search on the Roblox developer hub "TweenSizeAndPosition".
Hope this helped!