Issue with Many BillboardGUIs active at once

Hello!

I’m curious if this some form of performance saver from Roblox, or if this is a bug:

When there are a lot of GUI elements on the screen at the same time, some of them will dissapear.
I’m curious if this is one of those things you just don’t do, or if there is a way around this limitation.

Thanks in advance!

Do they reappear when repositioning the camera angle?

1 Like

Yes, that is why I’m kinda curious if it’s a performance thing.

A little unsure to be honest, could you send a gif or video of it appearing/disappearing when you move the camera around? I’d be nice to visualize it

By the way nice hooded developer lol

1 Like

Haha Thank you! I just hopped off for the night but I’ll try to get one tomorrow night. :slight_smile:

1 Like

Do they have AlwaysOnTop set to true? If so, try setting it to false. Otherwise try setting it to true.

Also could you maybe send a file of it for repro?

1 Like

I am using AlwaysOnTop, yes. I’m also not on my PC currently

Are you using an adornee? Or just parented UI objects.

Parented UI objects is what I’m using for this system.

Two things I can think of.

  1. Mess around with the zIndex of the parented GUI objects.
  2. Try using just a couple and see if the same thing happens.

I’ll play with ZIndex a bit, but The issue is when there are roughly 15ish or more on screen so It’s not occurring when there are less