Hi everyone,
 
	I’m working on creating a UI similar to the one shown in the picture below. Most of the functionality is working perfectly, but I’m struggling to achieve a smooth blur effect for the background.
 
	Currently, I’m rendering the black transparent box using:
 
	"Gui.drawRect();"
 
	While the rest of the elements work as intended, the blur effect either drastically impacts performance or doesn’t look smooth at all. 
	I’ve tried implementing the classes from Github, but I can’t seem to achieve the desired results.
 
	 
 
	I’d greatly appreciate your guidance or tips!
 
	Thanks in advance for your help!
 
	
 
	(This is on the hud no opened gui or something)