Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "BGMusic"
- s.SoundId = "http://www.roblox.com/asset/?id=607462546"
- s.Pitch = 1
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(0.1)
- s:play()
- p = game.Players.LocalPlayer
- char = p.Character
- torso = char.Torso
- neck = char.Torso.Neck
- hum = char.Humanoid
- hum.MaxHealth = 75000
- wait()
- hum.Health =hum.MaxHealth
- char.Head.face.Texture = "rbxassetid://416805593"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement