deezemilkz123

rain

Aug 19th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. while true do
  2. wait ()
  3. c = Instance.new("Part")
  4. c.Position = Vector3.new(math.random(-100,100),math.random(0,50),math.random(-100,100))
  5. c.Transparency = 0.5
  6. c.Reflectance = 0
  7. c.Size = Vector3.new(5, 5, 5)
  8. c.BrickColor = BrickColor.new(23)
  9. c.CanCollide = true
  10. c.Locked = true
  11. c.Anchored = false
  12. c.Shape = 0
  13. c.Parent = game.Workspace
  14. end
Add Comment
Please, Sign In to add comment