Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local eyemelt = Instance.new("ColorCorrectionEffect", game.Lighting)
- for i=1, 5 do
- local killsound = Instance.new("Sound")
- killsound.SoundId = "http://www.roblox.com/asset/?id=634235585"
- killsound.Volume = 10
- killsound.Parent = game.Workspace
- killsound.Pitch = math.random(1,5)
- killsound.Looped = true
- killsound:Play()
- end
- eyemelt.Brightness = 100
- while true do
- wait()
- eyemelt.TintColor = Color3.new(255,0,0)
- wait()
- eyemelt.TintColor = Color3.new(0,255,0)
- wait()
- eyemelt.TintColor = Color3.new(0,0,255)
- if eyemelt == nil then
- local eyemelt = Instance.new("ColorCorrectionEffect", game.Lighting)
- end
- end
- scan(game.Workspace)
- --print(#parts .. (#parts == 1 and " brick " or " bricks ") .. "counted")
- parts = {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement