Welcome future people, This is a post in case you will encounter the same problem I had at the end of the lecture debuging tools in realm rush
simply change the Toggle labels script to the following
void Toggleabels()
{
if (Input.GetKeyDown(KeyCode.Y))
{
label.enabled = !label.enabled;
}
}
}
You are doing great! Don’t stop and go achieve your dreams!