|
| 06 Sep 2011 01:31 PM |
| I need a brick that will remove all tools from your inventory, PLUS the tool that you are holding. PM me to make a deal on your pay (before making) |
|
|
| Report Abuse |
|
|
NindoBoy
|
  |
| Joined: 09 Aug 2011 |
| Total Posts: 12860 |
|
| |
|
| |
|
| |
|
|
| 06 Sep 2011 01:32 PM |
| Can't find one in free models. Just bricks that delete the tools in your inventory |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 09 Sep 2011 02:48 PM |
| It wasn't what I asked for... |
|
|
| Report Abuse |
|
|
salem9
|
  |
| Joined: 25 Oct 2008 |
| Total Posts: 23312 |
|
|
| 09 Sep 2011 02:50 PM |
script.Parent.Touched:connect(function(h) p = game.Players:GetPlayerFromCharacter(h) if p then for i,v in pairs(p.Backpack:GetChildren()) do v:remove() end for i,v in pairs(p.Character:GetChildren()) do if v:IsA("Tool") then v:remove() end end end end)
Should work.
"The problem with quotes on the internet is that you can't tell if they're true or not." - Abraham Lincoln |
|
|
| Report Abuse |
|
|
|
| 09 Sep 2011 02:55 PM |
| Tyvm, but it's not working... |
|
|
| Report Abuse |
|
|