How to make blur effect in workspace

Hello! I want to know how to make a blur effect in workspace. Any help would be greatly appreciated!

You mean this? BlurEffect | Roblox Creator Documentation

Can you please elaborate what you mean by blur effect in workspace.

You might be looking for DepthOfFieldEffect

Or just simply BlurEffect.

1 Like

to make a blur effect you can either put it in
A) Camera (child of workspace) to control it through a script and so that it is only for one player.
or
B) Lighting, so that everyone sees it.

@Autophilic its not only lighting

2 Likes

Thank you for the correction, I almost forgot that they can work when parented to workspace as well :smile:

1 Like

For the blur effect, can you give me a short tutorial on it? Like, give me an example.Thanks!

1 Like

just insert a BlurEffect | Roblox Creator Documentation into workspace, or lighting. Its that simple.

workspace.Camera* I don’t mean to sound pretentious, but if you were to parent it to workspace it wouldn’t do anything.

1 Like

JUST put the object called Blur in Lighting. Easy. You got that? It no work in Workspace. Only Lighting. Okie?

EXTRA CLARIFICATION!!!

lighting effects such as blur, depth of field, bloom, etc. do work in workspace

Thanks for your time! :slight_smile: Have a nice day/night

1 Like

This is actually a really good start to a game!!! If you just keep working on it and improving, I could see that game becoming popular. Just change the graphics and things :slight_smile:

Do you know how I would add background blue while in a main character customization screen without blurring the character…?

Yo three years after this original post I just realized how far I’ve come in the field of scripting haha. Blur effect in workspace shouldn’t interfere with UI so you’re good.

Alright, thanks; I meant the kind of effect that you get from the depth of field effect (which I learned about after my previous comment). I just started taking scripting seriously around 7 months ago, but I feel I have made fairly good progress in that time. I am just finishing up a character customization system now. Thank you, and good luck in your development!