Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I target blur in a currentcamera?

Asked by 7 years ago

I placed a LocalScript in StarterPlayrScripts that's supposed to turn on blur.

workspace.CurrentCamera.Blur.Enabled = true

It doesn't work, and I don't know why, doing this doesn't help either.

game.Lightning.Blur.Enabled = true

How would I target the blur for a local player, and turn it on?

1 answer

Log in to vote
0
Answered by 7 years ago

You can insert the BlurEffect instance into Camera, and edit the Size value of it with the LocalScript

Ad

Answer this question