Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

This script is not working, I'm trying to making a weather system?

Asked by 3 years ago

while true do for i = 1, 0.5, -0.01 do wait() workspace.Terrain.Clouds.Cover = i wait(5) end
for i = 0.5, 1, 0.01 do wait() workspace.Terrain.Clouds.Cover = i end end

Can anybody explain what the mistake here is?

Answer this question