Semantically search scripts in the game
semantic-search-scriptsLocate decompiled Roblox scripts by describing their behavior in natural language, using semantic embeddings to match when exact identifiers are unknown.
Instructions
Find decompiled Roblox scripts by behavior using semantic embeddings. Use when exact identifiers are unknown; use script-grep for exact text or regex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language description of the code behavior to find. | |
| limit | No | Maximum number of semantic matches to return (default: 10, max: 50). | |
| minScore | No | Optional minimum cosine similarity score. Typical useful values are 0.2-0.5. |