Scaling down image label without changing image size?

I’m trying to have a hunger bar that shrinks when the player’s hunger depletes. I’m having trouble with making the gui scale down. I want to cleanly scale the image label down to the left without it scaling the image itself. Similar to cropping part of the image off, (part of it is gone/negated but the size is the same).

The video shows the image scaling automatically scaling the height of the box instead of just the width.

My scale type is set to Fit because that’s the way I designed the gui to work and wont work on other scale types. Is there a way that I can scale / crop an image cleanly without it being automatically rescaled?

1 Like

Take a look at Elttob’s post, as he explains this very well.