System Information:
AMD Ryzen 7 5800H with Radeon Graphics
16GB RAM
NVIDIA GeForce RTX 3060 Laptop GPU
(I highly doubt this is a local system issue as this is a roblox server bug)
I expect the metadata in the DataStoreSetOptions instance to be passed into :SetAsync() properly, and then be able to receive that metadata upon calling :GetAsync()
Actual Behavior
When I call :SetAsync() on the GlobalDataStore, I get this warning no matter how I modify the passed in DataStoreSetOptions
Workaround
No workaround
Issue Area: Engine Issue Type: Other Impact: Very High Frequency: Constantly Date First Experienced: 2022-06-26 02:06:00 (-05:00) Date Last Experienced: 2022-06-27 00:06:00 (-05:00)
All of these topics are about OrderedDatastores, is your datastore an OrderedDatastore as if so, OrderedDatastores currently do not have Datastore 2.0 implemented which is why these parameters do not function. (Unless this was changed incredibly recently)
If so, there has been a regression in the documentation on such missing feature, the page used to mention the fact that datastore 2.0 was not implemented on ordered datastores. Since, that warning was removed and replaced with a warning saying that datastore versioning is not available on ordered datastores.