Parameters
Returns
any- The value of the property.boolean-trueif the property is hidden,falseotherwise.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
gethiddenproperty(instance: Instance, property: string): (any, boolean)
| Parameter | Type | Description |
|---|---|---|
instance | Instance | The target Instance. |
property | string | The hidden property name. |
any - The value of the property.boolean - true if the property is hidden, false otherwise.local val, isHidden = gethiddenproperty(workspace, "size_xml")
print("XML size: ", val)
local lat = gethiddenproperty(game:GetService("Lighting"), "GeographicLatitude")