Greetings DevForum.
I am working on this game named Truths and Tricks. The GUI of the menu touches the new Roblox topbar.
I want to get rid of the top bar, or I want to make the menu stop touching it. I do have scripts that may control the position it is in. So I will share those too.
Disclaimer: The menu was made by Future Noob, the code was as well. (Future Noob is a YouTube account, not mine though.)
He provided a YouTube tutorial on how to create the menu. I do not have much experience in coding.
Here is the code for the side menu: MenuMain.lua (6.0 KB)
What I mean by Menu touching Roblox logo:
Thats me, Future Noob, not The Gamer, thanks for looking at the tutorial though
Anyways, you can fix the issue by toggling IgnoreInsetGui on the properties of the screengui. Click the screengui or mainmenu, open properties, and there should be an ignoreinset option.