I made a tutorial which explained an issue like that. I believe what is going on is the PlayerRemoving
listener is not called, or it doesn’t finish because the server shut down when you left. The tutorial has more information on this. Also I recommend you wrap your data store requests in pcalls to properly handle any exceptions, i.e the data store request failed, so retry