of     1   

taragaram
#63028896Saturday, February 18, 2012 3:58 AM GMT

Testing myself, this should be a lava brick. function KillNoobzLolYa() h = findFirstChild("Humanoid") h.Health = 0 end script.Parent.Touched:connect(KillNoobzLolYa)
miz656
#63029062Saturday, February 18, 2012 4:01 AM GMT

script.Parent.Touched:connect(function(hit) local human = hit.Parent:FindFirstChild("Humanoid") if human~=nil then human.Health = 0 end end)
superguy415
#63491669Sunday, February 26, 2012 7:17 PM GMT

guys if u wondering about something (i used to be with lualearners) then ill tell some scripts: head remvoing script: Game.Workspace.NAMEHERE.Head:Destroy() removing player script: Game.Workspace.NAMEHERE:Remove() --------------------------------------------- more coming soon...
miz656
#63494420Sunday, February 26, 2012 7:59 PM GMT

Dude...Everyone pretty much knows that...

    of     1