Skip to content

Module for Roblox Revivals Map Restorers who needs a replacement for Roblox DataStore

License

Notifications You must be signed in to change notification settings

PrintedScript/LocalDataStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LocalDataStore

Module for Roblox Revivals Map Restorers who needs a replacement for Roblox DataStore

Usage

Create a new ModuleScript in ReplicatedStorage then rename it to LocalDataStore Then copy and paste the code from LocalDataStore.lua into the new ModuleScript after that

Replace

game:GetService("DataStoreService")

With

require(game:GetService("ReplicatedStorage"):WaitForChild("LocalDataStore"))

Congrats you just installed LocalDataStore!!!

About

Module for Roblox Revivals Map Restorers who needs a replacement for Roblox DataStore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages