RobloxLsp icon indicating copy to clipboard operation
RobloxLsp copied to clipboard

Type checking mistakenly expecting a table of UserIds in OrderedDatastores

Open RenanMsV opened this issue 11 months ago • 0 comments

Type checking is, for some reason, expecting a table of UserIds in OrderedDatastores.

image

To disable the type checking warning you must include a third parameter such as an empty table {}

userIds: Array Table of UserIds, highly recommended to assist with GDPR tracking/removal.

Roblox is still working and seems to not have support for the V2 features in OrderedDatastores.

  • In this post in the devforum a Roblox admin says that they are still working on it.

The error when trying to use the third parameter in OrderedDatastores: Additional parameter UserIds not allowed

RenanMsV avatar Sep 09 '23 15:09 RenanMsV