@onready path resolution fails when the scene is instantiated as a child of MainMenu — the node path is valid in the .tscn but the layout hierarchy breaks during child instantiation in Godot 4.6. Using find_child() is more robust for scenes that are dynamically added to another scene's tree. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>