im making a gui and i want to add blur to the background of the gui. i looked around google but could only make it blur globally
local Camera = game.Workspace.CurrentCamera local Blur = Instance.new( "BlurEffect" , Camera ) Blur.Size = 56
Have FE enabled then in a localscript in StarterGui Instance.new("BlurEffect", game.Lighting) or however the capitals work for BlurEffect.