Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I prevent the decals from randomly overlapping?

Asked by 3 years ago

So, I have a part with a SurfaceGui and an ImageLabel. This is my "track". But then I added a "kart" which is a moving brick with a BillboardGui and also an ImageLabel. The issue is, sometimes the track goes over the kart making it invisible. It doesn't go fully invisible because to sort of prevent it the track is kind of invisible.

Clip: https://gyazo.com/79698272dc14ce40a9afc27ed185edc9

0
Note: This isn't for an actual roblox game that I'll release or anything. youngmacka123 17 — 3y
0
Try changing the ZIndex if that doesn't work i believe this is a bug with the rendering poptartisfemboy -4 — 3y
0
ZIndex didn't seem to work so I guess I can't fix it youngmacka123 17 — 3y
0
yay i fixed it youngmacka123 17 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

I finally realized! Thanks to my friend, I realized I just need to set AlwaysOnTop to true for the karts. If anyone else has this problem, now you know how to fix it hopefully.

Ad

Answer this question