How do I blur a gui object in roblox? Without turning it into an image

Hi! I am making a game and I want a way to blur the UI temporarely. How can I achieve such a thing?

EXAMPLE:
image
as you see the background is blured while being a gui. (Picture taken from settings windows) How can I achieve such a thing?

1 Like

Two ways you can blur UI:

  1. Use an external image

  2. 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

1 Like

Okay thank you!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.