Get properties, attributes and tags of a Roblox instance
get-instance-propertiesInspect a Roblox Instance by path or debug ID to retrieve its properties, attributes, and tags for debugging or scripting.
Instructions
Inspect a Roblox Instance by path or debug ID to retrieve its properties, attributes, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | The path or expression returning the target instance (e.g., 'game.Workspace.Part' or 'game.Players.LocalPlayer') | |
| debugId | No | Target instance DebugId (used when path is unknown or instance is outside workspace) | |
| properties | No | Optional specific list of property names to retrieve. If omitted, common class properties will be probed automatically. |