#buttons not resizing
23 messages · Page 1 of 1 (latest)
** You are now Level 1! **
and yes i have uiaspect and uitextsize in each button so idk why it wont resize
Use scale for the elements inside the main frame so they resize according to main frame size
so
nima
do i remove every single uiaspect and uitextsize in every button
and just add them to the frame inside of the main frame
which is the gui
@cinder slate
Use ui aspect only on the main frame
You typically don't need uitextsize you can adjust the text size in the properties
Np
didnt work bro
the buttons on mobile still look oversized
the only thing i added the uiaspect to was the scrolling frame and still
are the text buttons all in offset size 💀
you gotta use scale for the elements inside the frame, you can use offset for the main frame
hi