property_get
Retrieve the current value of any property on a Roblox Instance, returning normalized data with type information for accurate AI-driven scene editing.
Instructions
Read the value of a specific property on an Instance. Returns normalized representation with data type info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Full path or UUID of the Instance. | |
| property | Yes | Name of the property (e.g. "Size", "Position", "Anchored", "Transparency", "Color", "Material"). |