ImageLabel position being inaccurate in game

The first image is in Roblox Studio.


The second image is in game.

Note: The character you see is the problem.

I turned on IgnoreGuilnset, this shouldn’t be happening.
Is there a way to fix this?

can you screenshot the properties window for that Image and send it?

Here


yea, I see why it’s bugging.

It’s because you sized the ImageLabel using Offset, and not Scale

you’ll have to convert it into Scale. you can use plugins like AutoScale Lite - Creator Store to do it with the click of a button

first install the plugin and make sure it appeared in the Plugins tab in Roblox Studio

then, select the noelle_image, go to the Plugins tab, click on ‘Unit Conversion’ and click on ‘Scale’ under Size. its size should be scaled and the problem will probably be solved

1 Like

Thank you a lot, this is such a great help to me.

1 Like