Loading wheel UI not scaling right for all devices

Hello,

So I’m making a neat little loading wheel feature at the bottom right of my loading screen. I’m having a problem though where it won’t perfectly scale for all devices, I tried looking for solutions on YouTube but it was mostly people showing UIs that were in the middle and not corners. On my screen everything looks perfectly fine but when I try other device screens it either is way way off or it shrinks. Here’s what it looks like on different devices.

My screen:

iPhone 4s:

Xbox One:

Average Laptop:

You get it…

Is there any way I can perfectly scale it while keeping it in that same spot? I’m really not looking forward to removing it.

You can use an UIAspectRatioConstraint | Roblox Creator Documentation and also try to use GuiObject | Roblox Creator Documentation

This plugin is also useful for scaling UI elements: AutoScale Lite - Roblox

1 Like