studio_search
Find Roblox DataModel instances by name pattern, ClassName, CollectionService tag, or attribute values.
Instructions
Search for Instances in the DataModel matching specific criteria such as name pattern, ClassName, tag (CollectionService), or attribute values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by CollectionService Tag. | |
| limit | No | Maximum number of search results to return. Default 50. | |
| query | No | Text or pattern to search in Instance names. | |
| scope | No | Root scope to search within (e.g. "Workspace", "ReplicatedStorage", "ServerScriptService", "game"). Default "game". | game |
| className | No | Filter by exact ClassName (e.g. "Part", "ModuleScript", "RemoteEvent", "Model"). | |
| attributeName | No | Filter by presence of an attribute name. | |
| attributeValue | No | Filter by exact attribute value (must specify attributeName). |