Advertisement
Injectorite

Taco Script

Mar 17th, 2019
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.78 KB | None | 0 0
  1. _Workspace = script.Parent
  2. while true do
  3. local Id = 1780625909
  4. local Sound = Instance.new("Sound", workspace)
  5. Sound.SoundId = "http://www.roblox.com/asset/?id="..Id
  6. Sound.Volume = 1
  7. Sound:Play()
  8.  
  9. Handle = Instance.new("Part", _Workspace)
  10. Handle.Anchored = false
  11. Handle.CanCollide = true
  12. Handle.Position = Vector3.new(-75.56, 54.975, -46.25)
  13. Handle.Size = Vector3.new(9,9,9)
  14.  
  15. taco = Instance.new("SpecialMesh", Handle)
  16. taco.MeshId = "http://www.roblox.com/asset/?id=14846869"
  17. taco.TextureId = "http://www.roblox.com/asset/?id=14846834"
  18. taco.Scale = Vector3.new(9,9,9)
  19.  
  20. wait(3)
  21. Handle:Remove()
  22. taco:Remove()
  23.  
  24. Handle1 = Instance.new("Part", _Workspace)
  25. Handle1.Anchored = false
  26. Handle1.CanCollide = true
  27. Handle1.Position = Vector3.new(145.315, 54.975, -36.702)
  28. Handle1.Size = Vector3.new(9,9,9)
  29.  
  30. taco1 = Instance.new("SpecialMesh", Handle1)
  31. taco1.MeshId = "http://www.roblox.com/asset/?id=14846869"
  32. taco1.TextureId = "http://www.roblox.com/asset/?id=14846834"
  33. taco1.Scale = Vector3.new(9,9,9)
  34.  
  35. wait(3)
  36. Handle1:Remove()
  37. taco:Remove()
  38.  
  39. Handle2 = Instance.new("Part", _Workspace)
  40. Handle2.Anchored = false
  41. Handle2.CanCollide = true
  42. Handle2.Position = Vector3.new(107.014, 76.348, 168.604)
  43. Handle2.Size = Vector3.new(9,9,9)
  44.  
  45. taco2 = Instance.new("SpecialMesh", Handle2)
  46. taco2.MeshId = "http://www.roblox.com/asset/?id=14846869"
  47. taco2.TextureId = "http://www.roblox.com/asset/?id=14846834"
  48. taco2.Scale = Vector3.new(9,9,9)
  49. wait(3)
  50. Handle2:Remove()
  51. taco:Remove()
  52.  
  53. Handle3 = Instance.new("Part", _Workspace)
  54. Handle3.Anchored = false
  55. Handle3.CanCollide = true
  56. Handle3.Position = Vector3.new(18.347, 96.386, 12.481)
  57. Handle3.Size = Vector3.new(9,9,9)
  58.  
  59. taco3 = Instance.new("SpecialMesh", Handle3)
  60. taco3.MeshId = "http://www.roblox.com/asset/?id=14846869"
  61. taco3.TextureId = "http://www.roblox.com/asset/?id=14846834"
  62. taco3.Scale = Vector3.new(9,9,9)
  63. wait(3)
  64. Handle3:Remove()
  65. taco3:Remove()
  66.  
  67. Handle4 = Instance.new("Part", _Workspace)
  68. Handle4.Anchored = false
  69. Handle4.CanCollide = true
  70. Handle4.Position = Vector3.new(108.584, 96.386, -63.322)
  71. Handle4.Size = Vector3.new(9,9,9)
  72.  
  73. taco4 = Instance.new("SpecialMesh", Handle4)
  74. taco4.MeshId = "http://www.roblox.com/asset/?id=14846869"
  75. taco4.TextureId = "http://www.roblox.com/asset/?id=14846834"
  76. taco4.Scale = Vector3.new(9,9,9)
  77. wait(3)
  78. Handle4:Remove()
  79. taco4:Remove()
  80.  
  81. Handle5 = Instance.new("Part", _Workspace)
  82. Handle5.Anchored = false
  83. Handle5.CanCollide = true
  84. Handle5.Position = Vector3.new(-75.56, 54.975, -46.25)
  85. Handle5.Size = Vector3.new(9,9,9)
  86.  
  87. taco5 = Instance.new("SpecialMesh", Handle5)
  88. taco5.MeshId = "http://www.roblox.com/asset/?id=14846869"
  89. taco5.TextureId = "http://www.roblox.com/asset/?id=14846834"
  90. taco5.Scale = Vector3.new(9,9,9)
  91.  
  92. wait(3)
  93. Handle5:Remove()
  94. taco5:Remove()
  95. Sound:Stop()
  96. wait(-3)
  97. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement