newtmannewt

Untitled

May 25th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  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)
Add Comment
Please, Sign In to add comment