search_game_tree
Find Roblox game objects by name or class within a specific scope, with result limits.
Instructions
Search for instances in the game tree by name or class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (name or class name) | |
| scope | No | Scope path to search within (e.g. game.Workspace) | |
| max_results | No | Maximum results (default 20) |