Hiya, the reason it's not displaying is because the object is global and on layer 1. When you go to the score layouts there is only one layer, layer 0 so the object moves down to this layer. When you are back in the game screen the text object is at layer 0 and hidden beneath the purple background image. You can fix this by adding UI layer to the other layouts, or by making the object no longer global (not sure if this object does need to be global so uncheck the tickbox Global)