How to make gui go past little bar at the top?

How do I get my gui to go behind the bar on the top?

1 Like

Do you have an image of the problem?

I believe you refeers to the “TopBar”,
This black-half-transparent core frame is exactly of 36 pixels (PC/Mobile/Tablet)

If you want to put contents on it, it have to be negative in position (in Offset or Scale)

Take in mind there is no way to have a asset above it, so your best option is to disable that TopBar(or put transparency) and to simulate a new one which isn’t part of the Core.

Set IgnoreGuiInset to true.

3 Likes