Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- taco=Instance.new(Part)
- taco.Parent=game.Workspace
- taco.CanCollide=false
- mesh=Instance.new(SpecialMesh)
- mesh.Parent=taco
- mesh.Meshid="http://www.roblox.com/asset/?id=14846869"
- mesh.TextureId="http://www.roblox.com/asset/?id=14846834"
- taco.Position=Vector3.new(math.random(100,100),100,math.random(100,100))
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement