GetChilden is not a valid member of Folder "Players.robloxjw02.Items"
My code
-- Explanation : this Items variable is a Folder
print(Items, typeof(Items)) -- [Items, Instance]
if #Items:GetChilden() > 0 then
for i, item in pairs(Items:GetChilden()) do
item.Parent = Player.Backpack
end
end
Items:Destroy()
Items = nil
I also got this error, Key ‘GetChildren’ not found in class ‘Folder’