deyzaeuhfowkf

looped and all that

May 19th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. local char = p.Character
  4. torso = char.Torso
  5. neck = char.Torso.Neck
  6. hum = char.Humanoid
  7. hum.MaxHealth = 100
  8. wait()
  9. hum.Health =hum.MaxHealth
  10.  
  11. local s = Instance.new("Sound",char)
  12. s.SoundId = "http://www.roblox.com/asset/?id=183058307"
  13. s.Pitch = 1
  14. s.Volume = 1
  15. s.Looped = false
  16. wait(0)
  17. s:play()
  18.  
  19. wait(23.0)
  20.  
  21. local s = Instance.new("Sound",char)
  22. s.SoundId = "http://www.roblox.com/asset/?id=183058440"
  23. s.Pitch = 1
  24. s.Volume = 1
  25. s.Looped = true
  26. wait(0)
  27. s:play()
Advertisement
Add Comment
Please, Sign In to add comment