Horror game / VHS 4:3 ratio fix on mobile (blank space on Iphone X or above)

Hey all,

In case anyone is making a horror game with a 4:3 ratio aspect, you may have encountered that on the Iphone X that there is a blank space besides your bars.

An example of the problem:

I have found a fix for this and I wanted to share this with you as it may help you with your problem.

Here by the steps as well as a place where the fix can be found:

Steps

Step 1:
Uncheck ‘ClipToDeviceSafeArea’ in your ScreenGui
image

Step 2:
Add a frame, make it black and stretch it all the way to the bottom.

Step 3:
Move it over to the area that seems to be blank.

Step 4:
Duplicate the frame to the other side

The place file:
Blank space fix.rbxl (54.6 KB)

Hopefully this may fix someone’s problem!
Good luck with all of your projects :^)

5 Likes

ScreenGui.DeviceSafeInsets = Enum.DeviceSaveInsets.None

It’s something like that i forgot cuz I’m mobile rn

2 Likes

Yup!
That’s via the script way, yet you can also disable it manually, which in my opinion would be better to do so! (As seen in Step 1)

2 Likes

This isn’t an issue on just the iPhone X. Same with the IPhone 11 Pro.

3 Likes

Yep, that’s why I stated in the title ‘Iphone X or above’ :^)

1 Like

you can change those properties in explorer : /

1 Like

Yeah, I did show that in the steps! I never did something with scripting.

2 Likes