Query Roblox instances
query_instancesLocate Roblox instances in a live game by class, name, tags, attributes, depth, and player distance. Returns filtered results to inspect or control game objects.
Instructions
Fast bounded instance search by root, class, name substring, tags, attributes, depth, and distance from the player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| root | No | game/Workspace | |
| clientId | No | Connected client id; defaults to active client | |
| maxDepth | No | ||
| attribute | No | ||
| className | No | ||
| maxResults | No | ||
| maxScanned | No | ||
| properties | No | ||
| withinStuds | No | ||
| nameContains | No | ||
| attributeValue | No |