Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Chaos V1
- m = Instance.new("Message")
- m.Parent = Workspace
- m.Text = ("Chaos V1 by Rarest_Pepe")
- s = Instance.new("Sky")
- s.Name = "pepe"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=257182665"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=257182665"
- s.Parent = game.Lighting
- wait(5)
- m:Remove()
- while true do
- wait(5)
- function Paint(Brick)
- Brick.BrickColor = BrickColor.new("Really black")
- Brick.Material = "CorrodedMetal"
- Brick.CFrame=CFrame.new(Brick.Position,Vector3.new(math.random(),math.random(),math.random()))
- end
- function Search(Object)
- print(Object)
- coroutine.resume(coroutine.create(Paint), Object)
- local Children = Object:GetChildren()
- for X = 1, # Children do
- Search(Children[X])
- end
- end
- Search(game.Workspace)
- function Paint(Brick)
- Brick.BrickColor = BrickColor.new("Really black")
- Brick.Material = "CorrodedMetal"
- Brick.CFrame=CFrame.new(Brick.Position,Vector3.new(math.random(),math.random(),math.random()))
- end
- function Search(Object)
- print(Object)
- coroutine.resume(coroutine.create(Paint), Object)
- local Children = Object:GetChildren()
- for X = 1, # Children do
- Search(Children[X])
- end
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement