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