BillBoardGUI flashing after UIGraident is set!

Hello, I am not too expierenced with billboard/gui’s in general.
when I set the UIGraident with a script it just breaks and starts flashing, but when I do it manually in the same manner, it just starts flashing! like some kind of Z fighting, I’m not exactly sure how to fix it…


Where is the UIGradient located?

This is what the Tree looks like
image_2022-11-05_134448548

Is the ZIndex correctly set? (Fill’s ZIndex has to be higher than Main’s.)

1 Like

The index value of main is 1 and the index value of fill is 2

Weird. I tried it with 2 frames, looks fine. If that’s possible, do you mind sending the BillboardGUI? (as a file)

BlockGui.rbxm (5.9 KB)
Yeah sure, here it is

It seems like the flashing is coming from the Transparency property. Change the Color property instead.
WORKING.rbxm (5.9 KB)

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