Advertisement
Prephy

coca cola haha funny go brrr

Dec 18th, 2020 (edited)
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local tool = Instance.new("Tool",owner.Backpack)
  2. tool.TextureId="http://www.roblox.com/asset/?id=6049537884"
  3. tool.Name="Cola"
  4. local COLA = Instance.new("Part",tool)
  5. COLA.Name= "Handle"
  6. COLA.Size = Vector3.new(1, 1.2, 1)
  7. local mesh = Instance.new("SpecialMesh",COLA)
  8. mesh.MeshId = "http://www.roblox.com/asset/?id=28501599"
  9. mesh.TextureId = "http://www.roblox.com/asset/?id=34136088"
  10.  
  11. tool.Activated:connect(function()
  12. local talk = Instance.new("Sound",COLA)
  13. talk.SoundId = "http://www.roblox.com/asset/?id=5693336619"
  14. talk.Volume=10
  15. talk:Play()
  16. wait(2.9)
  17. local ESPUMA = Instance.new("Explosion",COLA)
  18. ESPUMA.Position = COLA.Position
  19. ESPUMA.BlastPressure=9999999999
  20. ESPUMA.BlastRadius=23
  21. end)
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement