Skip to content

easy-games/mock-memory-store-service

Repository files navigation

MockMemoryStoreService

Emulation of Roblox's MemoryStoreService for offline development and testing

This is a set of modules, similar to MockDataStoreService by buildthomas. This emulates the memory store service rather than using the actual service. This allows for testing it in offline places/local place files with code or frameworks that require the use of MemoryStoreService.

Installation

Typescript via NPM

npm i @rbxts/mock-memory-store-service

Luau via Wally

# wally
MockMemoryStoreService = "vorlias/[email protected]"

About

Offline emulation for MemoryStoreService

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages