Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = game.Players.LocalPlayer
- char = p.Character
- local char = p.Character
- torso = char.Torso
- neck = char.Torso.Neck
- hum = char.Humanoid
- hum.MaxHealth = 100
- wait()
- hum.Health =hum.MaxHealth
- local s = Instance.new("Sound",char)
- s.SoundId = "http://www.roblox.com/asset/?id=183058307"
- s.Pitch = 1
- s.Volume = 1
- s.Looped = false
- wait(0)
- s:play()
- wait(23.0)
- local s = Instance.new("Sound",char)
- s.SoundId = "http://www.roblox.com/asset/?id=183058440"
- s.Pitch = 1
- s.Volume = 1
- s.Looped = true
- wait(0)
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment