Hi!   I'm want to make a room which is supposed to be dark and you are supposed to see just a little bit in there. This is supposed to be in daytime and in multiplayer so I guess I can't fake darkness using skipTime? As I understand it can't be used locally, right? cutText ["","BLACK OUT",x]  won't work either because I want the player to be able to see the action commands since he is supposed to find the light switch. Can I make some sort of transparent almost black picture all over the screen somehow, like a filter? Is that the best solution?   Thanks