This is a simple tutorial to show you how to have a more proffessional looking score. It even starts a new line when it reaches the end of one! :D At the very start and every time you change your score a counter is set to 1, then it repeats this loop until the counter is over the number of digits in the score (which is why the counter is always one more than the length of the score): Show it. if it is touching the edge the score sprite will begin a new line by changing it's Y pos by -50 and setting it's X pos to where it had started (-100). It will switch it's costume to the letter counter of the score: the counter = 1 now so the first digit of the score. Stamp it. change X by 10 so the numbers don't overlap and change counter by 1 so that it will now be switching it's costume to the second digit of the score and so on. I will add comments in code.
Doesn't store up to 100000000000 digits or something like that because scratch does that e+12 sort of thing. Put this in your backpack but please credit me on the notes of the game your using it in:)