Parameters
Returns
{string} - An array of hidden property name strings.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
gethiddenproperties(instance: Instance): {string}
| Parameter | Type | Description |
|---|---|---|
instance | Instance | The target Instance. |
{string} - An array of hidden property name strings.
local hidden = gethiddenproperties(workspace.Terrain)
for _, name in ipairs(hidden) do
print(name)
end
local props = gethiddenproperties(lightingInstance)