script_set_source
Replace the full Luau source of any Roblox Script, LocalScript, or ModuleScript by providing its path or UUID and the new code.
Instructions
Overwrite the full source code of a Script, LocalScript, or ModuleScript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The complete new Luau source code to write. | |
| target | Yes | Full path or UUID of the script. |