script_search
Search all Luau scripts in the Roblox DataModel using regex or literal text to locate code quickly.
Instructions
Official Roblox Studio: Performs fast regex or literal text search across all Luau scripts in the DataModel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search pattern or text | |
| isRegex | No | Whether query is a regular expression | |
| caseSensitive | No | Whether search is case-sensitive |