extends Node func _ready() -> void: Lobby.lobby_joined.connect(on_lobby_joined) func on_lobby_joined() -> void: $StartButton.hide()