Forest Logo
search
package_2

safe-data-store

By @elokore

Roblox

Mirrored

SafeDataStore

A simple wrapper for DataStoreService using Promises.

Functions of DataStoreService can yield for unpredictable amounts of time and can outright fail if Roblox starts encountering outages or slowdowns. These problems mandate that we take measures to prevent our game from breaking when function calls fail or yield longer than expected. This is often done by wrapping everything in pcalls but this can get messy quickly.

SafeMemoryStore fixes these problems using Promises to give us error-handling, automatic retries and eradicating yielding.

Package Details

Install command (Click to copy)


Version

0.1.1

License

MIT

check_circle

Safe for commercial use

infoLicense identified from the packaged LICENSE file; the manifest declared none.

Automated license review — not legal advice.