My failed attempt at a scoreboard has more blocks than the rest of the game. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Note; a bunch of things spawn at once when you tab out and back in; don't try to play until the stars look normal ~~~~~~~~~~~~~~Coming Soon!~~~~~~~~~~~~~~~~~~ Ha Ha I'm never updating this or looking at it again ~~~~~~~~~~~~~~~Ideas(ignore)~~~~~~~~~~~~~~~~~~ -sometimes the encoding mechanism adds or deletes arbitrary portions of the scores being added to the board, checking the -scoreboard- variable, there seem to be extra spaces. -you existing score on the leaderboard is always replaced with zeroes when your personal score is reset and you play the game starting with a personal best of 0, possibly a connection to an error in the mechanism detecting whether your current score should be put on the leaderboard. -This might not be the result of a core mechanism, but rather that of an extra I didn't pay enough attention to. -It's part of how I turn number of blocks into personal best into a usable score eg -7 to -000007 to -010101010108 could be adding digits to the end -It has something to do with how I'm ranking the scores individually by decoding the place scores and then comparing them with the personal best score. -The repetition might cause scores to repeat/be correct in the project but mess up the cloud. -delay time in the portion that encodes and decodes the username/score is what's messing up the rank system. -There is a recurring score, 12112921153025162615152629380101010102013737373737373737373737373737373737373737 that might indicate a bit of stray code -The counter thinks 0 is the highest number -If you already have a recorded score that is high, it keeps your placement but -God hates me personally