of     1   

buttlab
#152342Sunday, September 16, 2007 11:58 PM GMT

here it is.......... im trying to make the hole boddy like a zombie................ but without the arms sticking out... wait(1) owner=script.Parent.Parent.Name function onTouched(part) if part.Parent ~= nil then local h = part.Parent:findFirstChild("Humanoid") if h~=nil then if cantouch~=0 then if h.Parent.Name~=owner then if h.Parent:findFirstChild("zarm")~=nil then return end cantouch=0 local larm=h.Parent:findFirstChild("Left Arm") local rarm=h.Parent:findFirstChild("Right Arm") local larm=h.Parent:findFirstChild("Torso") local rarm=h.Parent:findFirstChild("Right Leg") local larm=h.Parent:findFirstChild("Left Leg") if larm~=nil then larm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end local zee=script.Parent.Parent:findFirstChild("zarm") if zee~=nil then local zlarm=zee:clone() local zrarm=zee:clone() if zlarm~=nil then local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) zlarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot zrarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot zlarm.Parent=h.Parent zrarm.Parent=h.Parent zlarm:makeJoints() zrarm:makeJoints() zlarm.Anchored=false zrarm.Anchored=false wait(0.1) h.Parent.Head.Color=zee.Color else print("no zee"); return end end wait(1) cantouch=1 end end end end end script.Parent.Touched:connect(onTouched)
buttlab
#152348Monday, September 17, 2007 12:01 AM GMT

Please help............
AssassinChao
#152353Monday, September 17, 2007 12:02 AM GMT

wish i could help u... but maybe u can help me? plz check out my thread... T-T
buttlab
#152376Monday, September 17, 2007 12:17 AM GMT

sry....... i cant help you either....................................................................
bewsiej
#23900356Thursday, April 08, 2010 8:08 AM GMT

Do you want a zombie with no arms? Because this is script for that wait(1) owner=script.Parent.Parent.Name function onTouched(part) if part.Parent ~= nil then local h = part.Parent:findFirstChild("Humanoid") if h~=nil then if cantouch~=0 then if h.Parent.Name~=owner then if h.Parent:findFirstChild("zarm")~=nil then return end cantouch=0 local larm=h.Parent:findFirstChild("Head") local larm=h.Parent:findFirstChild("Torso") local larm=h.Parent:findFirstChild("Right Leg") local larm=h.Parent:findFirstChild("Left Leg") if larm~=nil then larm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end if rarm~=nil then rarm:remove() end local zee=script.Parent.Parent:findFirstChild("zarm") if zee~=nil then local zlarm=zee:clone() local zrarm=zee:clone() if zlarm~=nil then local rot=CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) zlarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(-1.5,0.5,-0.5)) * rot zrarm.CFrame=h.Parent.Torso.CFrame * CFrame.new(Vector3.new(1.5,0.5,-0.5)) * rot zlarm.Parent=h.Parent zrarm.Parent=h.Parent zlarm:makeJoints() zrarm:makeJoints() zlarm.Anchored=false zrarm.Anchored=false wait(0.1) h.Parent.Head.Color=zee.Color else print("no zee"); return end end wait(1) cantouch=1 end end end end end

    of     1