Hello,
Would I be able to save something similar to this table or a table inside this table to a datastore?
If so, how would I need to go around it?
Table :
What I have done in the past to save a table to a DataStore was use JSON.Encode() so it turns it into a string and save it that way. If you want to retrieve it, then you can use JSON.Decode() to return it back to a table.