So I made this Loading UI but it’s not covering the screen even tho I put it’s size to {1 ,0}, {1, 0}
1 Like
This video does not play.
Do you have a screenshot of the issue?
The video doesn’t seem to load
But are you sure all sizes (and positions) are to {1,0} {1,0} and not only one of the ui parts?
I don’t know why it’s not working, it’s a mp4 file. I change the video to a screenshot.
Looks like you fixed the video.
That is called a GUI Inset. If it’s disabled, the GUI will prevent itself from interfering with the ROBLOX topbar menu.
There’s a property in the ScreenGui called IgnoreGUiInset
. Enable it.
2 Likes
Sorry, I got the disable and enable mixed up.
ENABLING the IgnoreGuiInest
will fix your issue. Don’t disable it.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.