SimpleWeather V2.0 - A Easy To Use Weather Module

Introduction

This module lets you change the weather in your game with minimal setup.
It’s client-sided, easy to use, and gets the job done without overcomplicating things.

You can also create your own custom weather types.

Major update! V2.0

The module is now fully client-sided, meaning you can handle weather effects locally and have more control over specific areas or regions in your game.

  • SimpleWeather has been rewritten from scratch and should perform alot better.
  • The Lightning Effect has been remade and it’s way better now.
  • Updated the example place so it’s easier to do things.
Usage Example
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local SimpleWeather = require(ReplicatedStorage:WaitForChild("SimpleWeather"))

ReplicatedStorage:SetAttribute("CurrentWeather", "Sunny")
SimpleWeather:Start()

You can also use ReplicatedStorage:SetAttribute("OverrideWeather") to replace the current weather and make changes without messing with anything else.

Weather Previews

Sunny

Rainy

Snowy

Blood Moon (i know its not a weather but shhhhhhh)

HeavyRain

Windy

Thunderstorm (has lightning effect)

Cloudy

Foggy

Example Place and Asset

Link to the example place:
SimpleWeather Example Place - Roblox

Link to the module:
https://create.roblox.com/store/asset/80932935385104/SimpleWeather-V20

Special thanks

If you encounter any bugs, feel free to reply and let me know. I’ll be happy to help fix them!

What’s your opinion on this module?

  • its good
  • its kinda good
  • no opinion on it
  • kinda bad
  • bad

0 voters

9 Likes

This seems pretty cool, will definitely use in my future games, 7.5/10

1 Like

will 100% be adding to my games!

1 Like

Very cool
You should add more weather types. The sunny one is a bit too orange and isn’t set after noon.

1 Like

nice update and testing place…

the rain drop splashes are up in the air tho instead of the ground… there are some weather systems out there where the rain drop hits on the ground…

also if the rain drops splashed cannot be fixed, because they are on like a gui, how can I disable the just the splash effect?

1 Like

im def using this when im showcasing stuff on yt

1 Like

Hello, the issue should be resolved now. I’ve also updated the example place with the fix. Thanks for pointing it out!

Thanks! I’m working on adding more weather types soon. Just making sure everything feels right. Appreciate the feedback!

Awesome, hope it works well for you!

Glad you like it! Appreciate the rating, and cool to hear you’ll use it in your future games!

Awesome, glad to hear it! (3O chars)

You could add tornado weather as well!

1 Like