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)```
** You are now Level 3! **