Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(1)
- for i = 1, 100 do
- local poop = Instance.new("Part")
- poop.Parent = game.Workspace
- local mesh = Instance.new("SpecialMesh")
- mesh.MeshId = "http://www.roblox.com/asset/?id=19367193"
- mesh.TextureId = "http://www.roblox.com/asset/?id=115999029"
- mesh.Scale = Vector3.new(5, 5,5)
- mesh.Parent = poop
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement