I could only advice to use some 'var' for that (example: var show_menu = 1;). So if game started, then make var equal to zero (for example in player's script), if in menu then set it back to one. So if var equals to 1, then make manu panel VISIBLE, other ways make it INVISIBLE. I hope that will help. Good luck.