get_attribute
Fetch a specific attribute value from a Roblox instance by providing its dot path and attribute name.
Instructions
Get a single attribute value from a Roblox instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instancePath | Yes | Roblox instance path using dot notation (e.g., "game.Workspace.Part", "game.ServerStorage.DataStore") | |
| attributeName | Yes | Name of the attribute to get |