Client APIGameOn this pageGame Global Methods Game.GetState(): GameState Gets the current state of the game. See GameState for a list of all possible game states. Example usage: print(Game.GetState() == GameState.MainMenu) -- Prints true or false