Roblox Grep Scripts
roblox_grep_scriptsSearch all scripts in a Roblox game for Lua patterns or plain text matches, returning paths and line content.
Instructions
Search all scripts in the game for a Lua pattern or plain text match. Returns matching script paths and line content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Search pattern (Lua pattern syntax supported). | |
| rootPath | No | Root instance path to search within. | game |
| caseSensitive | No | Whether the search is case-sensitive. | |
| waitForResponseMs | No | How long to wait for a runtime response. |