Advertisement
Diep8328Paster

Untitled

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