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!