How do I make my GUI cover the whole screen

I made a GUI but it does not cover the whole screen how do I make it cover the whole screen

Very simple, all you have to do is click on your GUI and navigate to the property tab. Once there, find the “IgnoreGuiInset” property and make it true. (click on the box)

6 Likes

what is the size to set it to to cover the whole screen

1, 0, 1, 0 30chars

1 Like

it kinda pixilated any idea on how to fix that

Is it the image? I would make the ScaleType of the image fit for that.

1 Like

might be lemee check 30charsss

If that doesn’t help, your image resolution might be too small. You’d need a higher quality image if that’s the case.

2 Likes

i got a better one now 30charrs

quick question the items that we spawn with is going through it how i stop that

You’d probably want to disable the core Backpack GUI until the loading screen is over.

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

Change it to “true” once the loading screen or whatever the frame is functioning as is not visible.

1 Like

ok thank you 30charrrrsssssssssssssssss