Roblox Get Instance Properties
roblox_get_instance_propertiesRetrieve all readable properties of a Roblox instance by specifying its full path (e.g., Workspace.MyPart).
Instructions
Get all readable properties of a Roblox instance at the given path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full instance path (e.g. Workspace.MyPart). | |
| waitForResponseMs | No | How long to wait for a runtime response. |