What are offsets in gui?

Hey, what are offsets in gui, and why can’t roblox just scale them automatically for every device, instead of having to change the values of offsets to 0 every single time you add a new ui element - it just seems very frustrating to do, and sometimes you forget to change the offset and you have to resize it again

1 Like

You could use this plugin. makes life a lot easier

I have no idea why they even have offset, I have never used it.

Are you referring to Offset as in like… UDim2.new(XScale, XOffset, YScale, YOffset)? If so, Offset is literally the only way I go about scaling my UIs.