Volumetric Clouds: Phase 2!

wow, this is absolutely crazy. great job!!

Do you have the model by chance?

no, i sadly dont have it. sorry!

Hey, just letting you know it seems that the model is no longer available. Consider linking a rbxm instead or a GitHub repository.

his account got banned probably wont be uploading it anytime soon.

Oh, my condolencesā€¦
Could he perhaps repost using another account by uploading a rbxm? If not then itā€™s ok!
Hopefully he gets unbanned

1 Like

i donā€™t know him and heā€™s been banned for like 3 years now i donā€™t think heā€™s ever coming back.

1 Like

oh ok
keystrokessssssssssssssss

1 Like

I re-uploaded the module for anyone who still wants it: https://create.roblox.com/store/asset/17871789570/CloudsModule-Reuploaded

No code was changed whatsoever.

4 Likes

He was banned but heā€™s under a new name, he has a dynamic weather module somewhere on the forum with his current account.

1 Like

where should I put the script?

1 Like

Put the script in ServerStorage. Then, make a new script in ServerScriptService;

local CloudsModule = require(game.ServerStorage.CloudsModule)

---

CloudsModule.Clouds:new(
	{
		Tallness = 40; -- Default Value = 40
		Offset = 0; -- Default Value = 0
		Density = 0.2; -- Default Value = 0.2
		Speed = 5; -- Default Value = 5
		Height = 500; -- Default Value = 500
		Size = 3.572; -- Default Value = 3.572
		ShadowCast = false; -- Default Value = true
		CloudType = "Cumulus" -- Default Value = "Cumulus"
	}
)
1 Like