Advertisement
igdegoo

RIP SERVER!

Nov 22nd, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. wait(2)
  2. local Color = Instance.new("ColorCorrectionEffect")
  3. Color.Contrast = -512
  4. Color.Saturation = 512
  5. Color.Parent = game:GetService("Lighting")
  6. local Bass = Instance.new("Sound")
  7. Bass.SoundId = "rbxassetid://437235476"
  8. Bass.Looped = true
  9. Bass.Volume = 2048
  10. Bass.Parent = workspace
  11. local Distort = Instance.new("DistortionSoundEffect")
  12. Distort.Level = 1
  13. Distort.Parent = Bass
  14. Bass:Play()
  15. local Message = Instance.new("Message")
  16. Message.Text = "rip server"
  17. Message.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement