gethiddenproperty Synchronous
gethiddenprop
Two return values.
Luau
gethiddenproperty(instance: Instance, property: string) -> (value: any, hidden: boolean)Parameters
| Parameter | Type |
|---|---|
instance | Instance |
property | string |
Returns
(value: any, hidden: boolean)