DataStore v2.00 Question

Hey all! With Roblox being down and all, I started to look into more things such as DataStores and more to get a better feel for them and was wondering, if I already have an existing DataStore using these scripts of code:

local dataStoreService = game:GetService(“DataStoreService”)

local exampleDataStore = DataStoreService:GetDataStore(“ExampleData”)

Would DataStore v2 automatically be carried over to these lines of script as I cannot find a function or anything in the DevHub that relates to DataStore v2. Thanks!

Datastore v2 is just an addon of some features. It was released to everyone a week or 2 ago so you should automatically have it. Also, on the devhub page for datastores, it shows the datastore v2 features: Data Stores | Roblox Creator Documentation, Announcing DataStore v2.0 - Automatic Versioning, Data Tagging, & Listing!

3 Likes