Hi! I am making a game and I want a way to blur the UI temporarely. How can I achieve such a thing?
EXAMPLE:
as you see the background is blured while being a gui. (Picture taken from settings windows) How can I achieve such a thing?
Hi! I am making a game and I want a way to blur the UI temporarely. How can I achieve such a thing?
EXAMPLE:
as you see the background is blured while being a gui. (Picture taken from settings windows) How can I achieve such a thing?
Two ways you can blur UI:
Use an external image
Add the gui to a SurfaceGui that’s connected to a part in workspace and use the BlurEffect
Instance to blur workspace and subsequently, blur the UI
There is no other way to blur UI
Okay thank you!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.