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?
1 | local Storage = { |
2 | [ "Trollface" ] = { |
3 | [ "Item" ] = game.ServerStorage.TrollFace, |
4 | [ "Anything else" ] = "EEE" |
5 | } |
6 | } |