#Picking an object and it appears in inventory
9 messages · Page 1 of 1 (latest)
And also in the condition, it would be something like this
if plr.Backpack:FindFirstChild(tool) then
tool:Clone().Parent = plr.Backpack
end
- tool variable💀
- tool:Clone()
dont forget to set the tool parent to backapck
okay
local tool= game.ServetStorage("Key")
._.
make tool:Clone()