How do I save a table?

Hi! I’ve had this problem for a while and I want to know how to save a table?

I want to know how I could save a table of data like Swords = {“Wood Sword”, “Stone Sword”}

I would love answers!

1 Like

Just save it like any other value? Unless you have something that can’t be stored in datastores like instances inside the table or the table is cyclic (references itself), they can be stored like a number or string.

1 Like

Hi, this question was actually answered many times already, such as How do you save Tables to datastore? - #5 by HumbledDragon. Please try to search for the answer before asking it, as it makes everyone’s life easier.

1 Like

Please read these 2 documentations about Tables & Datastores:

Let me know if you have any problems with the explanation!

1 Like