Can DataStore save Bool Values in a table?

I have made a datastore which has multiple values on a table. It didn’t give me errors at all but it won’t save the bool values everytime I leave. Can you put bool values inside a table? Thank you.

You can’t save Roblox instances if that is what you meant, but you can convert the Roblox instance to a table and save it.

Hey there, check out this post and see if it helps Datastore Saving

Datastore cannot save instances but it can save properties. Maybe consider saving the property of the bool value.