Is there a way to make a Blur Effect appear to only a single person and not the entire game at once?
This is when people really start to see the beauty of FE (FilteringEnabled) and it's true abilities, rather than just being some sort of "exploit patch". Since FE makes it so changes made to the server via local script don't replicate, this makes it an incredible tool for running tasks locally that also involve the game environment. I explain FE visually better in this video
I made on remote events (you can just watch the first minute of the video).
So, how do I implement this?
Simple, all you have to do is enable FE, insert the Blur
effect into the lighting, and change that Blur effect with a local script within a player - the change will only effect that player.
This is how you should handle any situation where you need to change something specifically for an individual player, and it becomes very easy to understand once you get used to it! Just let me know if you have any questions.
Hi! I also was wondering this for a long time now, but I have finally realized how to. Just make the blur inside of the current camera, matter of fact this is how you do it:
local cam = game.Workspace.CurrentCamera Instance.new("BlurEffect", cam).Size = 11