Is there a way i can cover my top bar with my loading screen? i have no idea how.
There’s a property on screenguis called IgnoreGuiInset just turn it on and it should ignore
6 Likes
Increase the Frames size to be bigger than the screen by 36 pixels (height of the topbar) and offset it -36 pixels.
Size = {1,0},{1,36}
Position = {0,0},{0,-36}
Edit: DevSersponge’s method is better
1 Like
omg thank you so much! 30 characters
1 Like