Roblox Search Instances
roblox_search_instancesSearch for Roblox instances by name, class, or property value within a specified root path. Filter results to find specific objects in your game hierarchy.
Instructions
Search for instances by name, class, or property value under a root path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (matched against instance Name). | |
| className | No | Filter by ClassName. | |
| rootPath | No | Root instance path to search within. | game |
| maxResults | No | Maximum number of results to return. | |
| waitForResponseMs | No | How long to wait for a runtime response. |