Phone Gui Problem

Hello. I have an issue with a phone on the gui with adding cinematic bars to my game… they do not fully extend to the left and right and look like this.

As of now, I don’t see any topics or solutions on this so I wasn’t able to try any.

Here is what it looks like:

is there any way to fix this? Thanks.

1 Like

I think there you can set IgnoreGuiInset to true to fix this

6 Likes

Setting the ScreenInsets property of the ScreenGui to None will extend the area it covers to the actual screen resolution. You can also disable ClipToDeviceSafeArea if you’d prefer to rely on the boolean properties to control the inset behavior instead of ScreenInsets.

2 Likes

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