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.
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”.