UI Device Error

How do I fix this so it covers the entire screen.

Make the background size 1,0,1,0.

Then use a plugin to correctly scale the text and other GUI elements to fit on other devices.

1 Like

The size is 1,0,1,0. I think the issue has to do with the script that goes with it because it a soft shutdown
script.

Set the ScreenGui’s ScreenInsets to None. You may want to use separate ScreenGuis, one for fullscreen splash screens like this one, and another for proper UI that shouldn’t be obscured by core UI or device notches.

In the properties of the GUI change the IgnoreGuilnset to true.

it was on true since the start