Advertisement
mooodi1234

FKF

Jun 7th, 2017
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Instance.new("ColorCorrectionEffect", game.Lighting).Saturation = 99999998430674944.000
  2. local rekt = Instance.new('ColorCorrectionEffect', game.Lighting)
  3. rekt.TintColor = Color3.new(155, 1, 0)
  4. rekt.Brightness = 0.2
  5. rekt.Contrast = 1
  6. rekt.Saturation = 1
  7. local topkek = Instance.new('BlurEffect', game.Lighting)
  8. topkek.Size = 3
  9. local bloom = Instance.new('BloomEffect', game.Lighting)
  10. bloom.Intensity = 0.4
  11. bloom.Size = 56
  12. bloom.Threshold = 1
  13.  
  14. game.Lighting.TimeOfDay=0;
  15. game.Lighting.Brightness=0;
  16. game.Lighting.ShadowColor=Color3.new(0,0,0);
  17. game.Lighting.Ambient=Color3.new(1,0,0);
  18. game.Lighting.FogEnd=200;
  19. game.Lighting.FogColor=Color3.new(0,0,0);
  20.  
  21. s=Instance.new'Sound';
  22. s.Parent=workspace;
  23. s.SoundId='rbxassetid://152840862';
  24. s.Pitch=1;
  25. s.Volume=1;
  26. s.Looped=true;
  27. s:play();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement