High Score Engine --- This engine displays the high score of a user and the name of the user. Continue reading to find out how it works. --- The engine sees whether or not your score is greater than the high score. If so, your score becomes the high score. If not, the high score stays the same. Finding out who got the high score is a bit more complicated, since cloud variables can't contain letters or symbols. First, you'll need to make a script that encodes the username and stores it into a cloud variable (all scripts explained here are in the project). Then, you'll need to make a script that decodes the cloud variable into a regular variable. This way, the cloud variable and the regular variable get linked together, and the regular variable stores the letters and symbols. --- Thanks for viewing! Cass1188163
Scripts in this engine can be used without credit. :) * NOTE: The scripts that display the highscorer aren't working! *