ScaleType Slice cutting the Image out?

I’ve been trying to fiddle with this for hours, but I can’t seem to make the sizing correct. The canvas is rectangular, which is what it has to be for this image since it’s a health bar. Here’s an example of how it looks from perspective:
image

Does anyone know why it’s cutting off the other half of the image? I’d also like to know if there’s a fix to this or not, cuz I really like this GUI It doesn’t slice for some PCs but for ones with big screens it does.

Maybe try using the fit scaletype?

Clip descendants?

(3O characters)

Nah it doesn’t have clipdescendants, it’s from the slice scaletype. Also @7z99 I’m pretty sure Fit would work, although I don’t think it would give me a clean resolution as Slice would.

Can we see the properties of the image label?

If it works for some and not others, make sure you are using Scale and not Offset. Offset changes it based off of pixels, scale does it based on the screen size.

@JoolCaat Here’s the properties of the imagelabel; image

@iamtryingtofindname I’m not really sure about what you mean by using scale and not offset. There’s no property for ImageLabels that lets you change slice from scale to offset.

Can we also see the image file?
Also what i think iamtryingtofindaname meant is use the first property of each position axis

@JoolCaat I already do use that, the image cutting off has nothing to do with ClipsDescendants. The main reason it’s cutting off is because of SliceCenter Coordinates, and I’m not sure why it’s doing that. Least that’s all I can think of as the problem.

Still can’t seem to figure out what the problem is with this, does anyone know?

Problem still persists, anyone know a fix for this yet?