How to make a blur for local player but
kepex = Instance.new("BlurEffect",game.Workspace.CurrentCamera) kepex.Size = 24 game.Players.LocalPlayer.CurrentCamera.kepex.Size = 0
and currentcammera is not valid member of LocalPlayer I need help
local kepex = Instance.new("BlurEffect") kepex.Parent = workspace.CurrentCamera kepex.Size = 24 workspace.CurrentCamera.kepex.Size = 0
kepex = Instance.new("BlurEffect") kepex.Parent = game.Lighting