This simulates an eye blink every 6~10 seconds.
Create the following functions in your script file
void Blink() { FadeOut(0); FadeOut(0.1); }