In my GUI, the word "Score" and the digits for it to the right:
+ System: Always (every tick)
-> Health: Set text to "Health: " & Hero ('Health')
-> Score: Set text to "Score: " & Score ('score')
-> System: Set global variable 'Score' to Score ('score')
What I have tried doing is making the digits to the left of the word "score." I have tried adding spaces, using quotes, mixing and matching. I either get errors or I get to the closest possible where the digits is to the left but no spaces: 0Score
How do I get the spaces in correctly?
Thank you.