Amount = 0 for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if b.Name ~= "BlueprintTool" and b.Name == "Tool" then b.Parent = game.Players.LocalPlayer Amount = Amount + 1 end end SendNotification("Store Notification", "Stored "..Amount.." Axes, you can restore them later", 2) end)