mrsomeoneguy I am trying to make a timer for my jumper style game and have been following this tutorial: however when I try to run it i get this error message
DaveTheCoder That error message is telling you that stopwatch_label is not defined. Its value should be a reference to a Label node. It's an export variable. Did you forget to drag a Label node into it in the Inspector?