Advertisement
V3rmLua33

Rain

Feb 7th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 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.3
  6. c.Reflectance = 20
  7. c.Size = Vector3.new(1, 1, 1)
  8. c.BrickColor = BrickColor.new(67)
  9. c.CanCollide = false
  10. c.Locked = true
  11. c.Anchored = false
  12. c.Shape = 0
  13. c.Parent = game.Workspace.chucky4523
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement