Parameters
Returns
boolean - true if set successfully, false otherwise.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
sethiddenproperty(instance: Instance, property: string, value: any): boolean
| Parameter | Type | Description |
|---|---|---|
instance | Instance | The target Instance. |
property | string | The hidden property name. |
value | any | The value to set. |
boolean - true if set successfully, false otherwise.
local success = sethiddenproperty(workspace, "size_xml", 10)
assert(success)
sethiddenproperty(workspace.Terrain, "PhysicsGrid", rawBytesData)