Help with frame padding

im having trouble with the spacing between the frames as it looks different on mobile and i dont know how to fix it. im using grid layout and uipadding for this and also this gui looks bad i know ill fix it and make it look better later

this image is the gui on pc

thing

this one is what it looks like on mobile

anyone got a fix and if you help me fix you get solution 100% guarenteed

Both UIGridLayout and UIPadding use UDim2. These have a scale and offset component. You’re going to want to use the scale component if you want spacing to be consistent. It should be the first number in an UDim2 value.

1 Like