How do you make a GUI look really bright and blurry like how they did it in when you join in dungeon quest, or do I have to make like some image label and make it blurry and bright myself or is there a better way of doing it.
You don't use Guis to get the blur effect.
You use a "BlurEffect" (yes that is the class name) and put in lighting. Set to enabled.
add a screengui in startergui, and a button in said screengui that if clicked, will disable the BlurEffect (in a local script)