How to make a Main Menu / Title Screen?

how would I make a title screen for my pulp game?
I just want it to display "press a to start" and then swap to my game room when a is pressed.

The best way I can think of, is to have a new room, that says "press A to start "on the floor, the player spawns in that room, invisible, and in a box so they can't move. Then have the game script detect when they are in that room, so when they press A (in that room only), it sends them to the first level.

As @CodingSalamander says, although it's the player script not the game script that by default handles A button presses in its confirm event :slight_smile: