get_properties
Retrieve serialized property values from a Roblox instance by its dot-notation path, optionally targeting specific properties, with type tags for complex data like Vector3 and CFrame.
Instructions
Get serialized properties of an instance (with _type tags for Vector3, CFrame, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot-notation path to the instance | |
| properties | No | Specific property names to read (default: all readable properties) |