Scale-size
There are three scale-size options, which are inputted in the customization:
"X"
"Y"
"XY"
Enabling scale-size will take Size
as a percentage of the screen size instead of a pixel amount.
It will use the specified axis — for XY
it will get the in-between of the two axis sizes.
Visualizing & calculating size
You can easily find the Size
that maintains the ratio you are seeing in studio using the code snippets I've made for you.
Run the code for your GUI root in the command bar:
ScreenGui
SurfaceGui
Make sure to select your SurfaceGui before running.
Make sure to input your desired ScaleSize
type/axis and the TextLabel's size.
It should print out a number. This is what you want to input for the Size
to maintain the ratio you are seeing in studio.
Last updated