I am in a bit of a hurry , but is there a better method to add+ size in the tween in a good way
local gui --smth
local size = Udim2.New(0.5,0,0.5,0) -- lets say the gui was size 0.4 x , 0.4 y how would I add the 0.1 I tried Udim2.New(gui.Size + , but that didn't really work in the way of mine