Roblox data stores help

Hello. I have been trying out data stores recently.
So I have a question about data stores: Is it able to save anything other than a numeric value?
So basically, could it store an object(like a part), or a table of numbers?
Thanks.

It can store most values, such as tables and strings (and tables with strings). However, they can’t store any instances, like Parts. I’m pretty sure things like Vector3 and UDim can be saved, but I never tried doing so.