Talk:How To Make a Build To Survive!
From Legacy Roblox Wiki
The killing script
function onTouched(hit) game.Workspace.Player.Humanoid.Health = 0 end script.Parent.Touched:connect(onTouched)
works.
The 'talky regen' script section, however, is VERY unclear. Where are we supposed to put the script? Why are we talking about planes when the bricks need to be regenerated? And so on. The article needs more work.