Create a new scene to show the score
Use CanvasLayer as the root
Rename it to HUD (Heads Up Display)
Add a Label Node as a child
Set the Anchor Preset of the Label
Add a New Script to the HUD node
Add a reference to the Label node
Add a function to run when
Set the default starting text
Connect the signal from the Global script
To the on score updated function
Return to the Main Level Scene
Add the HUD scene to the level
CONGRATULATIONS ON REACHING THE END OF THE TUTORIAL!