Advertisement
Kaemi

MLG KILLCAM SIMULATOR (Enable Force Field First!)

Feb 14th, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --MUM GET DA CAMERA!!!!!!
  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=179497874")
  11. Sound:Play()
  12. end
  13. end
  14. Game.Workspace.Pronography1.Torso.Touched:connect(OnTouch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement