search
Search Roblox instance trees recursively by name substring, with optional class filter and depth limit, to locate objects during debugging.
Instructions
Recursively search instances by name substring (and optional className), capped by limit. Defaults to 100 results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | ||
| limit | No | ||
| query | Yes | ||
| maxDepth | No | ||
| classFilter | No |