My game is divided into servers that I have allocated in advance. Players can only connect to them
The task is to save the state of each server, according to the type of location of players, buildings, and everything. That is, even if the server closes, its data must be saved in the data store so that all information about it is loaded before starting this server
I am familiar with the Data Store, but I want to find out what nuances there may be, what errors may occur
Can the server data not be saved in time before closing the server?