Must work. Use this
if GetLocalPlayer()==udg_Me then
call Fade...
to fade a player's screen, with no touching the others. Don't call net functions for local players (i mean use locals only inside code functions), cuz function calls must appear syncedly, at one time on all computers.