I have a game attribute called "playing". When I click start it gets changed to true, and I want a score to be shown when this happens.
The scores default alpha is set to 0, then I have a command when game playing=true, set alpha to 1. For some reason the score won't show up though. Anyone know any better alternatives? I want it to show only when game.playing=true. Thanks