gpm231
(DaGpm231)
February 10, 2020, 6:51pm
#1
Hello everyone,
Today, I was doing some UI when I saw it was really ugly because the player can still see through the top of the screen.
How do I put UI on that place?
Vozcom
(Vozcom)
February 10, 2020, 7:08pm
#2
Hello! You can ignore the Gui Inset on the ScreenGui, here’s more details about the feature:
Hey Developers!
We’ve got another awesome feature for you today!
Presenting IgnoreGuiInset : This property allows you to make a ScreenGui and its descendants completely ignore the GUI inset . This means you’ll no longer need to write code to position elements at the very top of the screen (or hard-code in the -36 pixel offset introduced by the top-bar).
[Comparison]
This also means that an element with size 1, 0, 1, 0 will completely cover the entire screen, including the space beneath the to…
1 Like
Vozcom
(Vozcom)
February 10, 2020, 7:14pm
#3
You will find the toggle button on ScreenGui: IgnoreGuiInset
2 Likes