#Tools not showing in Inventory

1 messages · Page 1 of 1 (latest)

runic fox
#

Once i parent a clone of my pickaxe which is stored in replicated storage, the backpack is set as the parent successfully but the tool doesnt show up



local plrs = game:GetService("Players")
local rs = game:GetService("ReplicatedStorage")

plrs.PlayerAdded:Connect(function(plr)
    local pickaxe = rs:WaitForChild("Pickaxe")
    local clone = pickaxe:Clone()
    local bp = plr.Backpack
    
    clone.Parent = bp
end)```
low cliff
#

HI'

runic fox
#

wsp

stone galeBOT
#

studio** You are now Level 3! **studio

terse pollen
runic fox