DFROBUXX
(DFROBUXX)
July 27, 2024, 11:49am
#1
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
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
DFROBUXX
(DFROBUXX)
July 27, 2024, 6:01pm
#3
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
Jopio0819
(Jopio_Playzz)
July 27, 2024, 6:45pm
#4
This isn’t an issue on just the iPhone X. Same with the IPhone 11 Pro.
3 Likes
DFROBUXX
(DFROBUXX)
July 27, 2024, 6:49pm
#5
Yep, that’s why I stated in the title ‘Iphone X or above’ :^)
1 Like
you can change those properties in explorer : /
1 Like
DFROBUXX
(DFROBUXX)
July 28, 2024, 1:21pm
#7
Yeah, I did show that in the steps! I never did something with scripting.
2 Likes