Hi, I’m getting acquainted with datastore2 and that is my question. For example if I want to save a new equipped gun, should I do this like this?
local equippedStore = DataStore2("Equipped",player)
equippedStore:Set(gun) -- (gun is a number)
Hi, I’m getting acquainted with datastore2 and that is my question. For example if I want to save a new equipped gun, should I do this like this?
local equippedStore = DataStore2("Equipped",player)
equippedStore:Set(gun) -- (gun is a number)