So what I mean is when I use a scrolling frame and want to give it more space it resizes everything in it how do I fix it? example: https://gyazo.com/b8674aaa337b050cf000cd0a954c5d6c then I make the frame larger: https://gyazo.com/40bf13b529d06bc82309ecf8cfe626c9
Use Offset rather than Scale
Instead of: (.5, 0, .5, 0)
Use: (0, 300, 0, 300)