[NEED HELP] Tweening Size

Ive been trying to tween the size of my text label so instead of it sizing down it would size up!

Any help would be great!!!

Dizzy - zqlectric OOOI

I’m sorry, you need to be a bit specific here do you want it to resize from the middle?

What im trying to say is when you tween a size of a GUI it will tween down but I want it to go up.

Just make the size something bigger than it already is? This doesn’t make sense

frame:TweenSize(frame.Size + UDim2.new(0.2,0,0.2,0)) 

use that as an example I guess

Maybe we should get some info about your Text Label and some images? I’m a little bit confused.