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)
what is the size to set it to to cover the whole screen
1, 0, 1, 0 30chars
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.
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.
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.
ok thank you 30charrrrsssssssssssssssss