Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. print("Dropping!");
  3. local v = Instance.new("Part")
  4. v.Parent = script.Parent
  5. v.Position = script.Parent.dropper.Position
  6. v.Size = Vector3.new(1,1,1)
  7. v.TopSurface = "Smooth"
  8. v.BottomSurface = "Smooth"
  9. v.BrickColor = "Hot pink"
  10. wait(3)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement