Datastore data access case

When pcalling a getasync call on a datastore, will the success of the operation be false if no data is present or will the pcall return true with a nil value as the output?

I believe the success without data returns the Default value.

note default value should return nil for data that has not been set before

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.