Loading...

killbrick script for 2011 client | Forum

Strange_man123513
Strange_man123513 May 28 '25

26 Posts

can you please end me a killbrick script for 2011 client ?
cazum9
cazum9 May 28 '25

91 Posts

put this script on a brick it should work with 2011 client:

local Part = script.Parent


Part.Touched:connect(function(child)

if child.Parent:findFirstChild("Humanoid") then

child.Parent.Humanoid.Health = 0

end

end)

Strange_man123513
Strange_man123513 May 28 '25

26 Posts


Quote from cazum9 put this script on a brick it should work with 2011 client:

local Part = script.Parent


Part.Touched:connect(function(child)

if child.Parent:findFirstChild("Humanoid") then

child.Parent.Humanoid.Health = 0

end

end)

Thanks you will be in credits in my obby