of     1   

Fangous
#215580495Saturday, April 29, 2017 8:07 PM GMT

Datastores don't save player data when a server shuts down. Any way to fix this?
SPACEDUDZ
#215580707Saturday, April 29, 2017 8:10 PM GMT

Make it save every 10 seconds.
DataStore
#215580955Saturday, April 29, 2017 8:13 PM GMT

The best route, I believe, would probably be using OnClose. OnClose is a callback which prolongs the server shutdown (by up to 30 seconds), giving you time to finish (or do) any saving which needs to be done. Doing it incrementally, as suggested by Fangous, wouldn't really be the best route.
Gomlsauresrex
#215580996Saturday, April 29, 2017 8:14 PM GMT

use BindToClose

    of     1