Screen Distortion Rain

Update!

  • Now a module instead of LocalScript
  • Added ScreenRain:Enable(settings?)
  • Added ScreenRain:Disable()
  • Added ScreenRain:Configure(settings)
  • Tweaked the transparency values for nicer effect

This update makes it easy to have weather systems and zone areas since you can now easily turn rain on and off and configure the settings on the fly!

If you want the behavior from before this update, your LocalScript should just look like this:

local ScreenRain = require(script:WaitForChild("ScreenRain"))
ScreenRain:Enable()
11 Likes