Car Datastore Help

How would I make a car datastore without saving a bunch of bool values and sending way to many requests to the server, I have around 30 cars to save, so, is it possible that I could utilize a table for this?

Why not just save the names of the vehicle?

Just make a table and save the names of car in it

1 Like