My gui is bigger than normal




I gave examples here of what happened to my GUIs since yesterday. It suddenly change like that it seems that it got bigger for some reason as if my monitor was 4k or something. I’m really confused, is this about a new roblox update?

Make sure your Frames are using the “Scale” values instead of the “Offset” ones. If that’s not it then I have no clue to whats happening.

You can check if you are using either by going to the Frame and the property Size or Position.
This is how it looks if scales are used: {0.25, 0}, {0.4, 0}
This is what it would look if offset is used: {0, 120}, {0, 700}

yeah all frames and texts are using scale to match all devices but i don’t know why it looks like that now… completely throw away my hard work and it’s not only those guis too