mooodi1234

eye rape roblox script

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