of     1   

RPD777
#221220692Thursday, July 13, 2017 5:07 PM GMT

I have made food items, but instead of colliding into them and then appearing in your backpack, I would like to be able to click on my food item instead and then it appears in my backpack. I can't seem to find anything about it and I can't figure out how to do it. Any help would be hugely appreciated. - RPD777
Alend43
#221222496Thursday, July 13, 2017 5:39 PM GMT

Click detectors
Gomlsauresrex
#221222581Thursday, July 13, 2017 5:40 PM GMT

^ yep
RPD777
#221222592Thursday, July 13, 2017 5:41 PM GMT

Yes, I know, but do you know how to script it
RobuxLife
#221222596Thursday, July 13, 2017 5:41 PM GMT

You would use the click detectors MouseClick event, then do something like script.Parent.Parent = playerwhoclicked
RPD777
#221222677Thursday, July 13, 2017 5:42 PM GMT

ok, thank you, I will give it a try
RPD777
#221222767Thursday, July 13, 2017 5:44 PM GMT

ok, but how do I clone it to your backpack. You click the item, then it clones to your backpack
RobuxLife
#221223074Thursday, July 13, 2017 5:49 PM GMT

Oh, you want it to clone? local clickDetector = script.Parent local tool = script.Parent.Parent clickDetector.MouseClick:connect(function(player) local clonedtool = tool:Clone() clonedtool.Parent = player.Backpack end) Here is my setup in Workspace: Tool ClickDetector Script
RPD777
#221223674Thursday, July 13, 2017 5:59 PM GMT

Thank you so much RobuxLife, you saved my day. I can't thank you enough
RobuxLife
#221225451Thursday, July 13, 2017 6:27 PM GMT

No problem, good luck ^.^
goodcop888888
#228364290Sunday, December 03, 2017 4:46 AM GMT

I need raw burger meat that I can cook and then buns i can put the put the cooked burger meat.

    of     1