Advertisement
Clyclop

Untitled

Nov 20th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. while true do
  2.  
  3. wait(1)
  4.  
  5. for i = 1, 100 do
  6. local poop = Instance.new("Part")
  7. poop.Parent = game.Workspace
  8.  
  9. local mesh = Instance.new("SpecialMesh")
  10. mesh.MeshId = "http://www.roblox.com/asset/?id=19367193"
  11. mesh.TextureId = "http://www.roblox.com/asset/?id=115999029"
  12. mesh.Scale = Vector3.new(5, 5,5)
  13. mesh.Parent = poop
  14.  
  15. end
  16.  
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement