manage_lighting
Configure Roblox environment lighting, atmosphere, sky, terrain, and time of day properties. Adjust lighting, atmospheric effects, skybox, terrain visuals, or set a specific time.
Instructions
[PRO] Configure environment: lighting, atmosphere, sky, terrain properties, time of day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | [PRO] Environment action. lighting: set Lighting service properties. atmosphere: set Atmosphere properties. sky: set Sky properties. terrain_props: set Terrain water/visual properties. time: set time of day. | |
| contextId | No | Optional execution context identifier. Used to continue an existing context for mutating actions. | |
| contextSummary | No | Optional structured execution context attached to this tool call. | |
| replayMetadata | No | Optional replay-ready metadata attached to this tool call. | |
| properties | No | Dictionary of properties to set. Used by: lighting, atmosphere, sky, terrain_props. Supports Color3 {r,g,b} (0-255), numbers, booleans, Enum strings. | |
| createIfMissing | No | Create Atmosphere/Sky instance if missing. Used by: atmosphere, sky. Default: true. | |
| time | No | Time string in "HH:MM:SS" format (e.g., "14:30:00"). Used by: time. Provide this OR clockTime. | |
| clockTime | No | Numeric time in 24-hour format (e.g., 14.5 for 2:30 PM). Used by: time. Provide this OR time. |