Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 658 Bytes

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]"