Advertisement
Guest User

Light

a guest
Mar 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. if workspace:FindFirstChild('RainPart') ~= nil then
  2. game.Lighting.FogEnd = 1200000
  3. game.Lighting.Brightness = 3
  4. game.Lighting.GlobalShadows = false
  5. workspace.RainPart:Destroy()
  6. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  7. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  8. game.Lighting.Rain:Destroy()
  9. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement