I’ve been trying to find a rain system for my game like after a certain time it starts raining but after a certain time, it stops. I tried making my own but it did not work. I’ve tried the TwentyTwoPilots weather system but it does not work. and I cant find any systems that can do that. Any plugins or anything that actually works?
2 Likes
Just do
If game.Lighting.ClockTime == 12 then -- some time
rain()
end