Reproduction Steps
System Information
Intel Core i9 9900K
16GB DDR5 RAM
Nvidia GeForce RTX 2080Ti
Example repro script
local ds = game:GetService("DataStoreService"):GetDataStore("TEST_STORE_003", "UNUSED_SCOPE_001") ds:SetAsync("UNUSED_TEST_KEY_002", OverlapParams.new()) print(ds:GetAsync("UNUSED_TEST_KEY_002"))
Full list of data types that don’t get saved and get saved: What types can Roblox store? · GitHub
Expected Behavior
Roblox throws an error when trying to save userdata/light userdata.
Actual Behavior
Roblox saves the userdata/light userdata and when trying to use GetAsync
it returns nil
Issue Area: Engine
Issue Type: Other
Impact: Low
Frequency: Sometimes