How do I bloom UIs?

(UI elements are generated with script and its size and position cannot be predicted)
If I try to add two imagelabel with dropshadow, it will become something like:
image

is there any way that i can bloom ui without the ugly overlapping?

1 Like

If they’re opaque put the bloom behind both of them

1 Like

no they’re not lol both elements is not fully opaque

1 Like

ROBLOX Doesn’t specifically have anything for a bloom, you’ll have to use a image.

ScreenGui
→ MainFrame (ZIndex = 1)
→ -> The rest of your UI / Components
→ Bloom (ZIndex = 0)

:pensive: i wish roblox has dat feature