DataStorePlus

DataStorePlus refers to the module itself, exposing constructor methods to create a new globalStore object.

Constructors

.LoadStore(name: string)

Returns a globalStore object with the given name, which will be equal to the DataStore’s name.

-->> Reference
local DataStorePlus = require(path.to.DataStorePlus)
local GlobalStore = DataStorePlus.GetStore("MyStore")

Last updated