Advertisement
Diep8328Paster

Untitled

May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. local propane = Instance.new("Part",workspace)
  2. propane.Position = Vector3.new(0,90,0)
  3. local yolo = 1
  4. local MASH = Instance.new("SpecialMesh",propane)
  5. propane.Size = Vector3.new(5,13,5)
  6. MASH.Scale = Vector3.new(5,5,5)
  7. MASH.MeshId = "rbxassetid://484357212"
  8. MASH.TextureId = "rbxassetid://484357215"
  9. yolo = 1
  10. wait(0.53)
  11. if yolo == 1 then
  12. local lol = Instance.new("Sound",propane)
  13. lol.SoundId = "rbxassetid://933780081"
  14. lol.Volume = 70
  15. lol:Play()
  16. wait(2)
  17. local l = Instance.new("Smoke",propane)
  18. l.Size = 0.3
  19. l.RiseVelocity = 5
  20. local ahahaha = Instance.new("Sound",propane)
  21. ahahaha.SoundId = "rbxassetid://1072005356"
  22. ahahaha.Volume = 40
  23. ahahaha:Play()
  24. ahahaha.Looped = true
  25. wait(5)
  26. local BOOOM = Instance.new("Explosion",workspace)
  27. BOOOM.Position = propane.Position
  28. BOOOM.BlastRadius = 70
  29. BOOOM.BlastPressure = 900000
  30. local wt = Instance.new("Sound",workspace)
  31. wt.SoundId = "rbxassetid://180120107"
  32. wt.Volume = 30
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement