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()
That’s not the problem. Some capilitization error when pasting it LOL
I ran the script and it did not make the clouds denser.
cam
4
Why don’t you just make the size smaller, I don’t recall Density
being a property, although I could be wrong.
cam
5
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
cam
7
You need to close this off with a )
.
system
Closed
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.