How to make a UI with Blur effect?

For example, a custom notification gui object with round corners (transparency is not 0 or 1) / billboard gui or whatever its called (ui with round corners)
How do I add blur effect to them?
(not whole screen)

1 Like

maybe try a ui gradient and add a gradual transparency (u can add this to a slightly bigger frame behind your main one).

** to add rounded corners, use uicorners

also if im wrong pls send a reference pic because im a bit confused

2 Likes

blur objects behind ui as well, bigger frame / ui objects prob cannot do that :thinking:

1 Like

Image Ref:
IMG_20241215_192739
(red drawings = external url I don’t want to advertise)

I would recommend looking at this community resource

I assume you can see the source code to figure out how they achieved it.

(Also i can still determine what the censored URL was at the bottom of your screenshot)

3 Likes

maybe this should help

1 Like

uhh I mean at least it’s not intended to advertise. :pray:

2 Likes

Yoo, someone made a pretty good community resource for this. UI Blur [AUTOMATIC]

Hope this solved your solution :upside_down_face:

1 Like

blur renders rectangle, what can I do if round corners