Issue with frame when on phone

Hello eveyone! So, for some days i’ve had this weird ussue where a frame is not fully visible when playing on a phone.What i want to make is a frame that hides the upper and lower part of the screen for a more immersive effect.


but you can still see what’s behind it on the corners. What do i do?

Does increasing the X scale of the Frame > 1 change anything?

1 Like

you have a phone that comes with the notch on the side, roblox started adding this feature where you can manage inset of the UI along with clipping earlier

This actually doesn’t require any script edits so all the fix is setting SafeAreaCompatibility to FullscreenExtension and ScreenInsets to none and now you filled the space for the side,…,.,…,

3 Likes

Thanks! worked exactly as intended

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.