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:
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.
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.
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;
@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.
@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.