Tweening an Ui smaller, but needing to keep position

so, im quite bad at tweening in general, but i have thought about making like an Intro. What i want to archieve is, my text label (which has round edges) scaling in, to become a circle, and (later spin (not importat rn))
image

image

like i want the brackets to stay and like close in, so only LS stay. Is that possible, if yes, how (keep in mind i KIND OF know how to tween, i am way too bad at it tho) (i can only tween parts/ guis going in straight lines)

Change the anchor point to Vector2.new(0.5, 0.5)

Edit: Changing this will also change the position.

thank you :smiley: , ima try this really quick