I’m trying to remove the topbar for my loading screen to fill up the entire screen, but the script doesn’t seem to work. I don’t exactly know what is wrong with it. Your help will be greatly appreciated. Thank you so much!
Setting the transparency to 0 makes it opaque i’m pretty sure
And if you’d like for your loading screen to fill the entire screen including the topbar portion you could try setting the size to Udim2.new(0,0,1,36) and the position to Udim2.new(0,0,0,-36)
SetTopbarTransparency Is deprecated and no longer has functionality, and if you want to to fill up the whole space a screengui has the property “ignoreguioffset” or something along those lines and it will fill the whole screen.
That isn’t what’s needed in this case. As WingedDash already pointed out, the IgnoreGuiInset property of a ScreenGui does the job without really needing anything else.