Cloud tween doesn’t work

Hi there,
I have been trying to make clouds tween their density but it does not work, and no errors show up in the console.

Please help!

My code:

local Clouds = workspace.Terrain.Clouds
local tween1 = game:GetService(“TweenService”):Create(Clouds,TweenInfo.new(4.0),{Density = 1.25})
tween1:Play()

Needs to be lowercase.

That’s not the problem. Some capilitization error when pasting it LOL

I ran the script and it did not make the clouds denser.

Why don’t you just make the size smaller, I don’t recall Density being a property, although I could be wrong.

Also - is Clouds a model/folder? If so, you need to loop through its children.

Clouds is a roblox item.
See the Roblox Developer Hub topic

It should work when it’s like this. It has worked before

You need to close this off with a ).

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.