GetKeyHolders
Returns table with the key holders of a specificied property
Parameters
propertyId:
number
The property ID
Return Value
The key holders of the specified property. The inner table maps lock IDs (as strings) to their access status (boolean). OR empty table if there are no keyholders
table<string, table<string, boolean>>
Last updated