Advertisement
Diep8328Paster

Untitled

May 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local NOOO = Instance.new("Sound",workspace)
  2. NOOO.SoundId = "rbxassetid://432416928"
  3. NOOO:Play()
  4. wait(7)
  5. game.Lighting.Brightness = 10
  6. game.Lighting.Ambient = Color3.new(255,0,0)
  7. wait(4)
  8. y = 1
  9. while y == 1 do
  10. local p = Instance.new("Part",workspace)
  11. p.Position = Vector3.new(math.random(-512,512),90,math.random(-512,512))
  12. p.Size = Vector3.new(10,10,10)
  13. p.Material = "Neon"
  14. p.BrickColor =BrickColor.new("Really red")
  15. wait(0.1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement