Parameters
Returns
boolean - true if scriptable, false otherwise.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
isscriptable(instance: Instance, property: string): boolean
| Parameter | Type | Description |
|---|---|---|
instance | Instance | The target Instance. |
property | string | The name of the property to check. |
boolean - true if scriptable, false otherwise.
print("Is size_xml scriptable? ", isscriptable(workspace, "size_xml")) -- false
print("Is Size scriptable? ", isscriptable(workspace.Baseplate, "Size")) -- true