I’m trying to figure out how to force the aspect ratio to be 4:3 using ScreenGui. I tried using UIAspectRatioConstraint but I can’t figure out what to do with it and there’s absolutely nothing about how to use it. A description like “use this value and put it in here!” would be great
Do you mean you want the entire game for the player to always be at 4:3? Because I’m pretty sure that is not possible.
You actually can make 4:3 actio using imagelabel, this post will be helpful: 16:9 and 4:3 Aspect Ratio
Just set the AspectRatio
property to 4/3
1 Like
Don’t need this post anymore but the AspectRatio thing seems to work
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.