(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:
is there any way that i can bloom ui without the ugly overlapping?
(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:
is there any way that i can bloom ui without the ugly overlapping?
If they’re opaque put the bloom behind both of them
no they’re not lol both elements is not fully opaque
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)
i wish roblox has dat feature