Search code examples
user-interfacegame-enginegame-developmentroblox

Roblox UI issue


I have an issue with centering my UI in Roblox Studio. While it looks centered on any device, I used to scale and anchor to achieve this. However, when I play the game, the Roblox and chat buttons cause the UI to shift downwards slightly. Can you please advise me on how to fix this?

I set the AnchorPoint = {0.5,0.5}, Position = {(0.5,0),(0.5,0)}


Solution

  • Sanchayan. I see you're experiencing issues with your Roblox Studio UI. To prevent the UI from moving down, enable the IgnoreGuiInset option! The screenshot is provided below. I hope this fixes it!

    enter image description here