UI doesn't scale properly with 0 offset and 1 as size

As the title suggests, UI doesn’t scale properly. In studio it’s full screen, but when you run in studio or not, the UI stops at the Roblox logo. Image:



There is no script modifying their size and there’s 0 offset.

Is IgnoreGuiInset for the ScreenGui set to true? Make sure it is. For some reason, the ScreenGui will shrink down by 36 pixels if IgnoreGuiInset is false.

I don’t know, i can’t see yet.

Use UIStroke

thickness = 100
border

1 Like

This is a workaround, but @GalaxyGourmet solution works… this workaround only works if your GUI is black, what do you do if the GUI is transparent but you need the Inset to be ignored?

1 Like

it’s automatically off. oof. char