How to have seprate highscores?

Currently I’m using GGData to save my high score, and it works perfectly fine. My problem is that I’m wanting to make another game mode for my game. I have it working good, but the high score is the same as my other game mode. Even with totally different names on everything. Does anyone know what could be causing this?

You may need to create a different GGData instance for the other mode or modify GGData module to work with that.

Have you encountered the same bug by playing the second mode first and then the other? Did it make the first high score the same as the second mode?

Thanks for your help, I ended up finding out what it was a couple days ago. The weird thing is that when I display the highscore in my end scene it works fine for my main scene. Although in my other scene it works fine on my computer, but on my kindle it shows a 0. It’s  strange because the main scene works fine on the kindle and computer, but the second scene end only shows on my computer. do you know what might be causing this?

Sorry for my late answer. Have you figured it out? If not, can you post a sample code? It may be because of a case sensitivity issue with the file names.

You may need to create a different GGData instance for the other mode or modify GGData module to work with that.

Have you encountered the same bug by playing the second mode first and then the other? Did it make the first high score the same as the second mode?

Thanks for your help, I ended up finding out what it was a couple days ago. The weird thing is that when I display the highscore in my end scene it works fine for my main scene. Although in my other scene it works fine on my computer, but on my kindle it shows a 0. It’s  strange because the main scene works fine on the kindle and computer, but the second scene end only shows on my computer. do you know what might be causing this?

Sorry for my late answer. Have you figured it out? If not, can you post a sample code? It may be because of a case sensitivity issue with the file names.