-
I commissioned a Modeler, @Red1Monster, his job was amazing! Now, I want to receive the food in my inventory when I click on the model.
-
Pratically, using my script, I need a tool which is located in ServerStorage for it to work.
-
I haven’t a tool, but I only have the mesh part, and I don’t know how to solve this. Below you can find my code:
script.Parent.MouseClick:Connect(function(Plr)
Item:Clone().Parent = Plr.Backpack
end)```