nezuo / lapis

A DataStore abstraction library for Roblox
https://nezuo.github.io/lapis/
MIT License
55 stars 10 forks source link

Fix example edge case #9

Closed nezuo closed 1 year ago

nezuo commented 1 year ago

The player can leave the game before their document finishes loading. Before, the document never closed because it loaded after the PlayerRemoving connection fires. This checks if the player left when the document loads and closes it if they did.