Can you save tables?

You mustn't have interpreted my reply correctly;

It can’t be saved directly as a Table but Roblox automatically converts it into a JSON string for you, so you don’t have to do it yourself, henceforth removing complexity for newbies while using DataStoreService.

(anything sent to Datastore will be converted to a JSON string, anything retrieved from DataStore will be converted back into it’s original form through the usage of JSONEncode and JSONDecode)