How can I put UI into the top bar

I want to put some ui into the top bar except I don’t know how as its at the top of the studio window



I tried putting the ui off the screen however, it doesn’t help when I need to update it etc.

2 Likes

The top bar is 36 pixels long. To place ui there, make the position Y offset -36.

3 Likes

Open the properties tab of the GUI that contains the bar and set IgnoreGuiInset to true

4 Likes