|
| 19 Nov 2013 10:40 PM |
| script.Parent.Touched:connect(function(_o)pcall(function()_o.Parent['Humanoid']:TakeDamage(100)end)end) hope it helps feel free to comment if u would like to post,one of you're scripts |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 19 Nov 2013 11:06 PM |
1.Its a stolen script www.roblox.com/Forum/ShowPost.aspx?PostID=20635158 2.Its a bad script 3.This isn't for posting scripts you made 4.You made it even worse by putting it all on one line |
|
|
| Report Abuse |
|
|
Madified
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 5292 |
|
| |
|
|
| 19 Nov 2013 11:52 PM |
| I was just trying to help and I didn't copy it D: |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 12:08 AM |
@Mad Because it was below his on the list of threads You did copy it don't lie |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 12:15 AM |
| I was answering on that forum look at what I put |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 08:47 AM |
| You put exactly word for word what the first person put |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 10:45 AM |
| Dude first of all there is no other way to,make that script doesn't mean I copied it I was trying to help |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 10:52 AM |
| This is a infinite number of ways to make it you fool. |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Nov 2013 11:10 AM |
| well i only know 3 ways to make it |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:15 AM |
| im new to forum im sorry its not copied and im sorry if i put it all in one line im new to forum |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:20 AM |
function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h ~= nil then h.Health = 0 end end script.Parent.Touched:connect(onTouched) this is another way me and my freind use this when were making obbys |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:26 AM |
Stop denying you copied it. Its clear you did because it matches word for word, and isn't using a variable most people use. Your friend is a idiot if they use that script. |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:28 AM |
| youre mean my freind is no idiot D: no nice comments say none at all |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:31 AM |
function onTouched(hit) local human = hit.Parent:findFirstChild("Humanoid") if (human ~= nil) then human.Health = human.Health - 100 end end
script.Parent.Touched:connect(onTouched) this is my best kill brick script |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:33 AM |
| I would say stealing someones script (Even if it is a simple and bad one) and claiming it as yours isn't a nice thing to do, so now you are a hypocrite |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:37 AM |
| _-_ go ahead dont beleive me wont hurt me i actually know the truth and i told it aswell i was just sharing the three kill brick scripts that me and my freind makes |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Nov 2013 11:43 AM |
The 3 scripts you have posted are complete crap, and the first one is stolen. If its not stolen why is it a exact match of the script from the other forum? |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:45 AM |
| My friend,made the first two he said I could use them I didn't know he copied them I,made the last one |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:47 AM |
| I helped him,make the second one and I,made all of the last one |
|
|
| Report Abuse |
|
|
|
| 20 Nov 2013 11:51 AM |
script.Parent.Touched:connect(function(Hit) pcall(function() GetPlayerFromCharacter(Hit.Parent).Character:BreakJoints() end) end) --Made on a iPhone so it might not work, but its still 100 times better than all 3 of the last ones |
|
|
| Report Abuse |
|
|