Help with Scaling

Hi, I’m making a police radio but I’ve just come across a scaling issue. My UI doesn’t look the same on all devices, even switching from studio to a live version in Roblox makes a massive difference and the scaling is just completely off.

Here’s my current UI layout if it helps:

image

Any feedback or help would be appreciated. Thanks.

You can easily scale the GUI by using this plugin AutoScale Lite - Roblox
Here’s a tutorial on how to use it RobloxStudio Tutorial - AUTOSCALE Plugin by ZacBytes - YouTube

This method didn’t work for me. ;/

Did you scale everything? Even if you scale the frame you still need to scale all the text labels inside the frame.

Yeah, I scaled everything in the frame too.

How did you scale the UIs originally? Like, did you do {0, 400, 0, 240} or {0.25, 0, 0.175, 0} (scale or offset basically). I only really have a solution if your UIs were made via sizing them by offsets.