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?
The first image is in Roblox Studio.
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?
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
Thank you a lot, this is such a great help to me.