system_modify
Update an existing Roblox system's scripts, attributes, and configuration, with verification that changes were applied correctly.
Instructions
[HIGH_LEVEL] Safely modifies an existing system by updating its scripts, attributes, and configuration with state read-back verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| systemName | Yes | The name of the existing system. | |
| clientPatch | No | Updated Lua source code for the LocalScript. | |
| modulePatch | No | Updated Lua source code for the ModuleScript. | |
| serverPatch | No | Updated Lua source code for the ServerScript. |