bugs0000
|
  |
| Joined: 26 Aug 2011 |
| Total Posts: 14 |
|
|
| 26 Jan 2012 07:46 PM |
| 092435(help)(sripts)(i need a script for a block that kills) |
|
|
| Report Abuse |
|
|
|
| 26 Jan 2012 07:53 PM |
Free models > Lava Brick
Either take out all the decals all over it or just re-color it.
「TheNewScripter」 |
|
|
| Report Abuse |
|
|
|
| 26 Jan 2012 07:55 PM |
Get off the forums and stop requesting. Nobody will make it. Learn to script.
「TheNewScripter」 |
|
|
| Report Abuse |
|
|
DXPower
|
  |
| Joined: 21 Oct 2008 |
| Total Posts: 2866 |
|
|
| 26 Jan 2012 07:55 PM |
It's pretty easy, since it is easy, I will give one to you.
script.Parent.Touched:connect(function(hit) local h = hit.Parent:FindFirstChild("Humanoid") if h~=nil then h.Health = 0 end end)
With a Five-Guys burger in my hands, I am now invincible! |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Jan 2012 09:20 PM |
script.Parent.Touched:connect(function(hit) local h = hit.Parent:FindFirstChild("Humanoid") if h~=nil then hit.Parent.Head:remove() --XD,,,XD,,,XDXDXD,,, end end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Jan 2012 09:32 PM |
^ Enter button failure...
What I meant to say is...
Try deleting system32. It should go well with this spam. |
|
|
| Report Abuse |
|
|
DXPower
|
  |
| Joined: 21 Oct 2008 |
| Total Posts: 2866 |
|
|
| 26 Jan 2012 10:10 PM |
@hhttll1009709350 Only difference I see is you removing the head. Mine will work better, because there are scripts that, if you loose your head, can enable you to keep it. It constantly clones it, but, it only clones if the head is nil.
With a Five-Guys burger in my hands, I am now invincible! |
|
|
| Report Abuse |
|
|
|
| 26 Jan 2012 10:42 PM |
--kill:Toucher() Instance.new("ManualSurfaceJointInstance", workspace) |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2012 04:23 AM |
3 line uber short ftw! script.Parent.Touched:connect(function(hit) hit.Parent:BreakJoints() end)
|
|
|
| Report Abuse |
|
|
|
| 27 Jan 2012 04:35 AM |
what if a brick touched it and its parent is workspace O_o but yea its short :P |
|
|
| Report Abuse |
|
|