How do i let the dedicated server save data from the players

how do i let the dedicated server save data from the players and loads it? (no databases)

Create a custom event called SaveGameServer. Mark it as Run on server. On the new event created use the node “Switch has Authority” and if it has authority use the node “Save Game To Slot” to save your game.

1 Like

Oh, thanks, this method is working perfectly :slight_smile: