of     1   

lavamaster
#119522Wednesday, August 22, 2007 11:35 PM GMT

is ther anything rong with teh script bin = script.Parent function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h ~= nil then local player = Players:playerFromCharacter(part.Parent) local W = player.BackPack:children() for i = 1, #W do if W ~= nil then W[i].Parent = nil end end end end bin.Touched:connect(onTouched) i wont tell wat it does cuz ppl mite put it in ther place
Intile
#119609Thursday, August 23, 2007 12:24 AM GMT

well i cant help you, but to start off people cant help if they don't know what their dealing with. If you want help unfortunatley your going to have to say what it does, unless their smart enough to already know, which i doubt. ~*Intile*~
sloso
Top 100 Poster
#119612Thursday, August 23, 2007 12:26 AM GMT

Whats the script do?
jtm110972
#119649Thursday, August 23, 2007 12:53 AM GMT

i think it gets rid of the person's wepons when they touch it.
buttlad
Top 100 Poster
#119727Thursday, August 23, 2007 1:32 AM GMT

bin = script.Parent function onTouched(part) local h = part.Parent:findFirstChild("Humanoid") if h~=nil then local player = game.Players:findFirstChild(h.Parent.Name) local W = player.Backpack:children() for i=1, #W do if W~= nil then W[i].Parent = nil end end end end bin.Touched:connect(onTouched) ok here what you had wrong: you had BackPack not Backpack use a findFirstChild(h.Parent.Name) in the players cases unless you will chage name of the model. other than that u did good
buttlad
Top 100 Poster
#119731Thursday, August 23, 2007 1:33 AM GMT

if going to make that into a simple weapon wall...
Dued1
#732557Wednesday, April 09, 2008 12:05 AM GMT

i have another soloution ,xlegox. make the y axis -2 for the goal of the humanoids goal. If the humanoids goal is to move to something that is like, on the x axis, 100 then the figure starts to move around in circles franticly. If it is -2 then the figure can reach that goal and stop right when it gets to it.
Dued1
#732568Wednesday, April 09, 2008 12:06 AM GMT

OGM, LOL this is for xlegox's forum sorry, LOL

    of     1