BillboardGui appearing incorrectly after being enabled

Repro file:
repro.rbxl (55.9 KB)

It only seems to happen when setting Gui.Enabled on RunService.PreRender

I can replicate this 100% of the time.
I am on MacOS with an M1 chip

Video:

Image:

To clarify, toggling the BillboardGui ’s enabled from false to true within a function connected to RunService.PreRender is how it is replicated.

1 Like

This is just an acknowledgment announcement!

We’ve filed a ticket into our internal database for this issue, and we will update you when we have further information!

Thanks for the report!

Hi @drewbluewasabi - could you check if this happens when you change your workspace SignalBehavior property to Immediate?

Yeah, that fixes it, though I feel like this should still be considered a bug (considering it does literally cause a visual bug) especially because the default SignalBehavior is what causes this to occur.
If there aren’t any plans to fix this directly, it would be nice to have some sort of studio-only warning that emits in situations like this, or something along those lines.

This should now work with Deferred SignalBehavior enabled. Thanks for your patience!

If you’re still running into issues, please let me know.