Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- local Color = Instance.new("ColorCorrectionEffect")
- Color.Contrast = -512
- Color.Saturation = 512
- Color.Parent = game:GetService("Lighting")
- local Bass = Instance.new("Sound")
- Bass.SoundId = "rbxassetid://437235476"
- Bass.Looped = true
- Bass.Volume = 2048
- Bass.Parent = workspace
- local Distort = Instance.new("DistortionSoundEffect")
- Distort.Level = 1
- Distort.Parent = Bass
- Bass:Play()
- local Message = Instance.new("Message")
- Message.Text = "rip server"
- Message.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement