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
i donāt know him and heās been banned for like 3 years now i donāt think heās ever coming back.
oh ok
keystrokessssssssssssssss
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.
He was banned but heās under a new name, he has a dynamic weather module somewhere on the forum with his current account.
where should I put the script?
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"
}
)