of     1   

OnDaLoos11
#227571928Wednesday, November 15, 2017 6:41 AM GMT

Im a new scripter and i need help when i click a item with click detector it doesnt work any help??
OnDaLoos11
#227572198Wednesday, November 15, 2017 7:04 AM GMT

BUMP!
KryptoKey
#227572463Wednesday, November 15, 2017 7:36 AM GMT

local part = script.Parent local click = Instance.new("ClickDetector") click.Parent = part function onMouseClick(plr) -- code here end click.MouseClick:connect(onMouseClick)
OnDaLoos11
#227572601Wednesday, November 15, 2017 7:50 AM GMT

when i click the tool it didnt work
OnDaLoos11
#227572650Wednesday, November 15, 2017 7:54 AM GMT

Bump
rcepiczkad
#227573099Wednesday, November 15, 2017 8:39 AM GMT

Put that code inside a script which goes inside a brick. Under "code here" is where you code the pick up item portion
OnDaLoos11
#227573342Wednesday, November 15, 2017 9:06 AM GMT

Im a little bit confused i put it in the tool and the script is in a click detector with code it doesnt work can you give me a Full Explain
XandertjeKnal
#227573426Wednesday, November 15, 2017 9:18 AM GMT

Please learn some basic scripting first. - I produce dank memes
OnDaLoos11
#227573563Wednesday, November 15, 2017 9:35 AM GMT

Im a little bit confused i put it in the tool and the script is in a click detector with code it doesnt work can you give me a Full Explain
LuluPls
#227576225Wednesday, November 15, 2017 1:37 PM GMT

A click detector goes in a part, not a tool. Which in turn would allow you to clone a tool and put it in your character or backpack.

    of     1