retrieve data From Save game to slot in a dedicated Server

i have create 2 project, 1 is going to the server and another for the client witch connect to the server , both run on the server. my question is i create a save game to slot in the server with custom event in the server,Switch has Authority and save game to slot, now i wanna take the data, how can i take this save game from the client ?

Got the same problem… not sure if i can use a built in database like Save Game and save all the variables or if i need to run a Database like MySQL or something similar.

You can use either approach. I recommend using a database instead if you expect to keep track of more than a handful of player’s data though. Otherwise you will have a lot of files to keep track of.