001 | print ( "Hello world!" ) |
002 |
003 | Character = script.Parent |
004 | Humanoid = Character.Humanoid |
005 | Torso = Character.Torso |
006 |
007 | function OnDeath() |
008 | print ( "Death" ) -- HAHA |
009 | wait( 0.00000001 ) |
010 | Humanoid.Parent = nil |
011 | if Torso then |
012 | local Head = Character:FindFirstChild( "Head" ) |
013 | if Head then |
014 | local Neck = Instance.new( "Weld" ) |
015 | Neck.Name = "Neck" |