Advertisement
GojiGaming1337

Untitled

May 7th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. sound = Instance.new("Sound",plr.Character)
  2. sound.SoundId = "rbxassetid://632132900"
  3. sound.Looped = true
  4. sound:Play()
  5. local sub = Instance.new("Sound",tors)
  6. sub.Volume = 5.5
  7. sub.SoundId = "rbxassetid://907330103"
  8. sub.Looped = false
  9. sub.Pitch = 1 --Pitcher
  10. plr = game.Players.LocalPlayer
  11. plr.Character.Head.Transparency = 1
  12. plr.Character.Torso.Transparency = 1
  13. plr.Character["Right Arm"].Transparency = 1
  14. plr.Character["Left Arm"].Transparency = 1
  15. plr.Character["Right Leg"].Transparency = 1
  16. plr.Character["Left Leg"].Transparency = 1
  17. fire = Instance.new("Fire",plr.Character.Torso)
  18. plr.Character.Torso.Touched:connect(function(hit)
  19. plr.Character.Torso.Fire:Clone().Parent = hit.Parent.Torso
  20. sound = Instance.new("Sound",hit.Parent)
  21. sound.SoundId = "rbxassetid://147758618"
  22. sound:Play()
  23. wait(7)
  24. sub.SoundId = "rbxassetid://147758618"
  25. sub:play()
  26. wait(2)
  27. hit.Parent:BreakJoints()
  28. end)
  29. end)
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement