How can i save multiple player scores?

So im trying to expand my skills and make a small simple mobile game that will be put on an app as a minigame where the goal is to keep hitting the ball by tapping on the corresponding sides to keep it from falling. I have recently made the gamemode to save the highscore depending on your current score. My issue is the following, considering a new player / device might run the game i dont want for a new player to have the current high score (the one from unreal engine or mine) and i want for him to have his own save data. In other words i have to create a game instance but im not sure how to go about it. What i have in mind is, the player opens the game from a new device > the game instance saves that data on that device > player sets a high score and the high score is displayed on that device specifically. This is what it currently looks like.

This is the player controller.
Save Game
Load Game
And lastly it gets casted into the widget were both the score and high score are.