Is there a way to scale this gui properly?

As you can see in the image below, there is a gui (which will be fully transparent) that covers the object in that corner.
The problem is, I don’t know how to scale it properly for all devices, while covering that spot.
Is there any way to do this?

use autoscale plugin, theres a lite version which is free, but if you want pro for some reason, then you can go ahead and pay for it.

basically, select the UI objects and set their size and position to “scale”
this will cause the UI to scale with the users screen. i had a similar problem a couple years back lol.

lmk if this helps

i forgot to mention that there’s youtube videos on how to use it, just type in the plugin name and tutorial

I’ve tried that, but because the gui needs to be covering a 3d object it won’t scale correctly

mk, ill try to look into it for you real quick

set sizing mode to “pixels per stud”
set the size property to 1,0,1,0
and center the gui buy setting its anchor point to 0,0!

I found the solution here, pls try to search before asking question, no offense lol

You don’t have to change sizemode. Just make the size 1,0,1,0 this will make the frame the same size as it’s parent.

2 Likes