I am trying to make a GUI label that sizes like ion does (video below for example) for some reason it does not, I am using scale tried ratioaspect but its weird. What should I do?
video ex: 2022-01-31 19-35-34 on Vimeo
I am trying to make a GUI label that sizes like ion does (video below for example) for some reason it does not, I am using scale tried ratioaspect but its weird. What should I do?
video ex: 2022-01-31 19-35-34 on Vimeo
try using this plugin. unit conversion is good for sizing guis. click unit conversion, scale size.
That would not work, I need something like a ratioconstraint or something idk how to do it its a special way
In the ImageLabel’s properties, ScaleType
by default is Stretch
, change it to Crop
or Fit
, whichever you prefer.
Thank you! Looks amazing lol I knew it was something this simple just not quite what. THanks agian