| title | Dynamic clouds |
|---|---|
| description | Dynamic Clouds render realistic, customizable clouds that drift slowly across the sky. |
Roblox's dynamic clouds are realistic clouds that drift slowly across the sky. You can adjust their appearance through the Class.Clouds object to create unique atmospheres such as stormy skies, stunning sunsets, and alien worlds. You can also customize their direction and speed through global wind.
You can manage dynamic clouds in an experience through the Class.Clouds object. While you can place this object anywhere for organization or replication purposes, clouds only render if you parent the object under the Class.Terrain class.
To enable dynamic clouds:
-
In the Explorer window, hover over Terrain and click the ⊕ button. A contextual menu displays.
-
From the menu, insert Clouds.
-
Adjust the appearance of clouds through the new object's properties.
-
Set the clouds in motion through global wind.
From the Class.Clouds object under Class.Terrain, you can adjust the appearance of clouds through the Properties window.
The Class.Clouds.Cover|Cover property controls how much the clouds span across the overall skyscape layer from a value of 0 (sparse cloud cover) to 1 (full cloud cover).
The Class.Clouds.Density|Density property controls the intensity of the particles that make up each cloud, mainly affecting their transparency. For example, lower values produce light, semi-translucent clouds, and higher values produce heavy, dark clouds with a stormy appearance.
The Class.Clouds.Color|Color property controls the material color of cloud particles. It's important to note that several Class.Lighting and Class.Atmosphere properties also influence cloud color, so if you want to simulate specific atmospheres, experiment with multiple properties until you have the effect you want.




![Clouds with Color value of [255, 255, 255]](/secret-rare/creator-docs/raw/main/content/en-us/assets/lighting-and-effects/clouds/Color-A.jpg)
![Clouds with Color value of [75, 50, 255]](/secret-rare/creator-docs/raw/main/content/en-us/assets/lighting-and-effects/clouds/Color-B.jpg)