read_script
Read and decompile script source code from Roblox game instances to analyze client-side logic and behavior.
Instructions
Read the source code of a script (decompiles if necessary). Note: Cannot read server-side scripts (Script) from a client execution context as their source is not replicated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the script to read |