Talk:How To Make a Build To Survive!

From Legacy Roblox Wiki
Revision as of 15:44, 19 August 2008 by >Mindraker (This article needs more work.)
Jump to navigationJump to search

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.

MINDRAKER 10:44, 19 August 2008 (CDT)