Gynaecide

Untitled

Feb 6th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. sou = Instance.new("Sound", game.Workspace)
  2. sou.SoundId = "http://www.roblox.com/asset/?id=482385459"
  3. sou.Parent = game.Workspace
  4. sou:Play()
  5.  
  6. local rekt = Instance.new('ColorCorrectionEffect', game.Lighting)
  7. rekt.TintColor = Color3.new(155, 1, 0)
  8. rekt.Brightness = 0.2
  9. rekt.Contrast = 1
  10. rekt.Saturation = 1
  11. local topkek = Instance.new('BlurEffect', game.Lighting)
  12. topkek.Size = 3
  13. local bloom = Instance.new('BloomEffect', game.Lighting)
  14. bloom.Intensity = 0.4
  15. bloom.Size = 56
  16. bloom.Threshold = 1
  17.  
  18. game.Lighting.TimeOfDay=0;
  19. game.Lighting.Brightness=0;
  20. game.Lighting.ShadowColor=Color3.new(0,0,0);
  21. game.Lighting.Ambient=Color3.new(1,0,0);
  22. game.Lighting.FogEnd=200;
  23. game.Lighting.FogColor=Color3.new(0,0,0);
  24.  
  25. wait(3)
  26. game.Workspace.Gravity = 0/0
Add Comment
Please, Sign In to add comment