How to make a Blinking Gui Animation?

I am trying to make a horror game and trying to make a blinking effect gui type thing where its like there waking up. How would I achieve this?

If you want it to start closed and slowly open, then you should insert two frames in StarterGui and make them black. Make one of the frames fill the top half of the screen and make the second fill the bottom half. Make them invisible. When you want to play the effect, make them invisible and use a script to tween their sizes so that they slowly open.

2 Likes