So when making GUIs there are more than two sets of numbers for Size and Position. They both move and resize the object but I know they do different thing I'm just not sure what. Could someone explain?
With size & position there are two values, X and Y to if your Size is set to {0, 00},{0,00} then the first part of that is the X (Left + Right) and the other one is the Y (Up and down). Then you have the scale + offset which appears as the numbers, the first numbers in {0,0} are the scale (where you can use stuff like .5, ect) and then you have the second numbers, the offset. The default offset for X and Y is 100, so it appears like a cube, however you can re-size it, I hope this answer helps; If it doesn't please tell my why, thanks :)
Wfvj,The Left Number Are For Downing The Position/Size And The Right Number Are For Lefting The Position/Size