Advertisement
JuicyPenguin

Taco rain script

Jun 2nd, 2015
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. while true do
  3. taco=Instance.new(Part)
  4. taco.Parent=game.Workspace
  5. taco.CanCollide=false
  6. mesh=Instance.new(SpecialMesh)
  7. mesh.Parent=taco
  8. mesh.Meshid="http://www.roblox.com/asset/?id=14846869"
  9. mesh.TextureId="http://www.roblox.com/asset/?id=14846834"
  10. taco.Position=Vector3.new(math.random(100,100),100,math.random(100,100))
  11. wait(0.1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement