SHOW:
|
|
- or go back to the newest paste.
1 | - | --YOU ARE DED.. |
1 | + | --Here lEt me heal you! |
2 | ||
3 | function OnTouch(part) | |
4 | Humanoid = part.Parent:findFirstChild("Humanoid") | |
5 | if Humanoid then | |
6 | - | Humanoid.Health = 0 |
6 | + | Humanoid.Health = 100 |
7 | Sound = Instance.new("Sound") | |
8 | Sound.Parent = Game.Workspace | |
9 | Sound.Volume = 5 | |
10 | - | Sound.SoundId = ("http://www.roblox.com/asset/?id=153259684") |
10 | + | Sound.SoundId = ("http://www.roblox.com/asset/?id=141363212") |
11 | Sound:Play() | |
12 | end | |
13 | end | |
14 | - | Game.Workspace.iiDeathmarkxerii.Torso.Touched:connect(OnTouch) |
14 | + | Game.Workspace.kaemi.Torso.Touched:connect(OnTouch) |