SHOW:
|
|
- or go back to the newest paste.
| 1 | --Made by kash5 | |
| 2 | ||
| 3 | function OnTouch(part) | |
| 4 | Humanoid = part.Parent:findFirstChild("Humanoid")
| |
| 5 | if Humanoid then | |
| 6 | Humanoid.Health = 0 | |
| 7 | Sound = Instance.new("Sound")
| |
| 8 | Sound.Parent = Game.Workspace | |
| 9 | Sound.Volume = 5 | |
| 10 | Sound.SoundId = ("http://www.roblox.com/asset/?id=153259684")
| |
| 11 | Sound:Play() | |
| 12 | end | |
| 13 | end | |
| 14 | - | Game.Workspace.N3xul_V2.Torso.Touched:connect(OnTouch) |
| 14 | + | Game.Workspace.BNutty07.Torso.Touched:connect(OnTouch) |