I was wondering what I could store in a data store because I wanted to save a players items so that they could have them when joined again but I don't know how to store objects in a data store.
Datastore can only store strings, numbers, and tables. Not instances. If your objects are simply in storage, you can save the name, then clone it later. If your objects are created from a catalog request, you can save the model ID to request again.