I am having a GUI issue

Hello fellow devforum users! I have made a GUI that is meant to cover the entire bottom of the screen, it works fine on PC but on mobile the sides get cut off.

For example:

All help is appreciated! Let me know if this is in the incorrect category.

Hi there!

This is due to screen insets on mobile devices. In order to make it fullscreen, go to the ScreenGui of the UI you’re editing and change SafeInsets property under Appearance to “None”.

Learn more about screen insets here: ScreenInsets | Documentation - Roblox Creator Hub

Hope this helps!

4 Likes

Thanks! This issue has been so torturing to look at lol.

1 Like