I am making an intermission GUI where all players in the intermission are displayed. So everything is working except from the sizing. The video below shows my problem.
Here’s an image of my setup:
Any ideas on how to scale the ‘PlayerIntFrames’ 's the same on every device would really be appreciated!
" A UIAspectRatioConstraint ensures that the parent UI element ( GuiObject ) maintains a particular aspect ratio even if its size is set as a percentage of its parent. If an object with this constraint is also under the control of a UILayout such as UIGridLayout , then the constraint controls the objects size and overwrites any size the layout would apply."