DataStore or DataStore with Table?

(If I’m wrong about the topic, I’m sorry)
What is the difference between a regular DataStore and a DataStore with tables, and do I need to switch from a regular DataStore to a DataStore with tables?

Using tables in datastores is a huge game changer, You can store alot more data without having to worry to hit the limits.

1 Like

DataStores support a variety of data types (number, string, Boolean, table etc.), the benefit of tables is that they allow you to store multiple pieces of data that can be stored and loaded all at once (without issuing multiple requests to the DataStore).

1 Like

Is there a tutorial on these DataStore with tables somewhere?
(For me, writing a script with tables is a problem)

Yes, there are tons of tutorials, Ill link you some

2 Likes