PixelDerpIsUber2

Untitled

Jun 12th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. --Made by HiraTear--
  2. local part = Instance.new("Part")
  3. local Explosion = Instance.new("Explosion", Workspace)
  4. local morph = Instance.new("SpecialMesh")
  5. local fire = Instance.new('Fire')
  6. sou2 = Instance.new("Sound", game.Workspace)
  7. sou2.SoundId = "rbxassetid://55224766"
  8. sou2.Parent = game.Players.LocalPlayer.Character
  9. sou2.Volume = 10
  10. morph.MeshType = "FileMesh"
  11. morph.MeshId = "http://www.roblox.com/asset/?id=1290033"
  12. morph.TextureId = "http://www.roblox.com/asset/?id=1290030"
  13. morph.Scale = Vector3.new(100, 100, 100)
  14. morph.Parent = part
  15. part.Parent = game.Workspace
  16. fire.Parent = part
  17. fire.Size = 100
  18. fire.Heat = 100
  19. part.CanCollide = true
  20. part.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,5000,0)
  21. wait(7)
  22. sou2:play()
  23. local Explosion = Instance.new("Explosion", Workspace)
  24. Explosion.Position = game.Players.LocalPlayer.Character.Torso.Position
  25. Explosion.BlastPressure = 100000
  26. Explosion.DestroyJointRadiusPercent = 0.7
  27. Explosion.ExplosionType = "CratersAndDebris"
  28. Explosion.BlastRadius = 200
  29. Explosion.Hit:connect(function(Part, Distance)
  30. Part.Anchored = false
  31. if Distance <= 200 then
  32. Part:BreakJoints()
  33. end
  34. end)
  35. --123
Add Comment
Please, Sign In to add comment