Hello!
I am working on a jojo game which features the Infamous: Trollface and Trollge. (Aka world of trollge) the problem Is that I don't know how to create a stand storage, If anyone knows how to create a stand storage Please tell me (Also I don't want a script, just an example to get me started)
you can try a table Datastore like?
local Storage = { ["Trollface"] = { ["Item"] = game.ServerStorage.TrollFace, ["Anything else"] = "EEE" } }