Zindex & Clipping UI support [Solved]

Hello!

Description of issue and background story
I’m currently working on a personal project, without getting to far into detail about it I’ve created a license plate and had text randomly generate (6 character numbers) and it was working on all my plates except on my 2 SUVs, I have no idea why the decal is overlapping the surfacegui text.

Attempted fix:
Even though I set it so the surfacegui has a higher index the decal is still covering my text behind it.

Image of problem (plate censored for certain reasons), orange points at the two problems

image

Resources expended
I’ve already looked on devforum & google for any fixes, I’ve also exhausted options, redoing, resizing, remaking, etc.

What the desired outcome should be:
image

Help!

If you have a quick-fix and or know of some way I can fix this, that information would be greatly appreciated!

Not sure why it would suddenly stop working.
If all else values, you could replace the Decal with an ImageLabel contained within the same SurfaceGui that the textlabel is (with the ImageLabel having a lower Z-Index)

3 Likes

Thanks a lot! Didn’t think of doing that, really helps me progress with development. Deeply thankful for your insight Poppy.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.