see in the images how i have a smaller ui with less of the plus sign buttons and how the whole thing is smaller, but in the other one i have more plus sign buttons and it makes its main frame grow with the amount of buttons in it. idk if that makes sense but how would i achieve this?
#How to scale ui with another ui
1 messages · Page 1 of 1 (latest)
Frame has AutomaticSize property
set it to XY
and play with UIGridLayout properties (in you case set FillDirectionMaxCells to 4)
i tried messing with that and it doesnt scale correctly not sure why
maybe try making a container for your buttons
theyre in one
hm
like everything just scales so strangely
do you have AbsoluteSize on both frames>
** You are now Level 5! **
yeah
** You are now Level 13! **
for size you percent and not pixel sizes
like instead of {100, 0, 100, 0}
do {0, 0.1, 0, 0.1}
uhh isnt it the other way around?
you could add scrolling and make sure clipping is on
everything is using scale