Hello. I've always had a little bit of trouble with offset since that it seems to go in weird places. So how do I use offset and which is better in comparison when positioning GUIs?
Neither one is "Better", they are used for different purposes. Offset
is pixels, while Scale
is a percentage of the current screen size.
It is always better to make your GUIs work with any screen size, but that doesn't necessarily mean that you should exclusively use Scale over Offset, or vice-versa.