Need help with new Roblox mobile UI

Basically since like the newest Roblox update, there has been some ‘offset’ for UI’s on mobile. For example, a frame thats supposed to cover the entire screen doesnt cover it fully on the left and right side. This also causes a major problem in my game, since the drawing is offset by an unknown number.

I get the input position from frame.InputBegan(input) → input.Position

2 Likes

In the “ScreenGui” properties under “Appearance,” there are two properties called “SafeAreaCompatibility” and “ScreenInsets.” Set them both to “None.”

2 Likes

Look into this:

2 Likes

is there a way to get the x size of the notch filler?