Hi, I am currently making a UI, but the line divider is dissapearing when the screen is smaller than a certain size.
To make the lines, I’m using a Frame, is this the issue?
Should I be using images or another method?
Hi, I am currently making a UI, but the line divider is dissapearing when the screen is smaller than a certain size.
To make the lines, I’m using a Frame, is this the issue?
Should I be using images or another method?
use scale for the size property? and i would say put all of the items in a frame and put UiAspectRatioConstraint into the frame you made
None of these worked. Large OOF
There is a plugin that can help fit gui in every device…I forgot the name of it
AutoScale?
I’m using it. Seems like a roblox issue, not my UI sizing.
Maybe studio bug?? I gues(aaaaaaaaaaaa)
This is because you use Scale for the line, right? Some devices are literally too small for this. For small lines, you should use Offset.