Hi , i need help with my scrolling frame. Actually i want to change the size to put more buttons but when i change it , that make all my buttons bigger.
-Tnks for the help
Hi , i need help with my scrolling frame. Actually i want to change the size to put more buttons but when i change it , that make all my buttons bigger.
-Tnks for the help
Just scale it again? I guess… So you can?
This is because your buttons are using scale instead of offset. Change them accordingly.
Ok easiest fix ever just set automaticcanvassize
property to Y and thats literally it.
Its actually not working
I said AUTOMATICCANVASSIZE you see the CANVAS in there? that property man. also when its enable NO NEED TO MAKE THE CANVAS SIZE GREATER. I typed in all caps so you focus on those points.
Try to scale the buttons individually, but avoid the offset when sizing it, thats the one thing that really breaks GUIs. Follow the steps below if you want to make your buttons not do that.
Example:
Go into properties of the button you want to rescale, and change the size value to {0.1, 0, 0.1, 0}
Then after that you can manually scale it to the size you want.
Its harder to explain as I do not have access to studio right now so I cant exactly show you with screenshots.
I still hope I helped though.