Advertisement
Lopopte2

Kamikaze v2

Jan 4th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.07 KB | None | 0 0
  1. wait(2)
  2.  
  3. script.Parent = game.Workspace.lopopte
  4.  
  5. wait(1)
  6.  
  7. local me = Instance.new ("Part",script.Parent)
  8. me.Position = script.parent.Torso.position
  9. me.CanCollide = true
  10. me.Size = Vector3.new (2.5,2.5,1.5)
  11.  
  12. script.Parent.Humanoid.WalkSpeed = 50
  13. script.Parent.Humanoid.JumpPower = 150
  14. script.Parent.Humanoid.Health = 9999999999999999999999999999999999999999999999999999999999999999999999999999999
  15.  
  16. local b = Instance.new ("FileMesh",me)
  17. b.MeshId = "rbxassetid://452229587"
  18. b.TextureId = "rbxassetid://452229609"
  19.  
  20. b.Scale = Vector3.new (0.4,0.28,0.4)
  21.  
  22. wait()
  23.  
  24. local weld = Instance.new ("Weld",me)
  25. weld.Part0 = script.parent.Torso
  26. weld.Part1 = me
  27.  
  28.  
  29. local music = Instance.new ("Sound",me)
  30. music.SoundId = "rbxassetid://1841463768"
  31. music.Archivable = true
  32. music:Play()
  33.  
  34. wait(10)
  35.  
  36. print "YEET"
  37.  
  38. local boom = Instance.new("Sound",me)
  39. boom.SoundId = "rbxassetid://2050481695"
  40. boom.Archivable = true
  41. boom:Play()
  42. wait(1)
  43.  
  44.         local explo = Instance.new ("Explosion",me)
  45.         explo.BlastPressure = 500000
  46.         explo.BlastRadius = 50
  47.         explo.Position = me.Position
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement