GetChildren Error

Does anyone know why do I get this error?

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’

You misspelled it.

LOL

In which part? I hate Charrreeeeeee

Nvm , stupid me. Charrrrreeeeerrreee

You misspelled it everywhere.

bruh

Didn’t realize I forgot to write the r LOL.

1 Like

yeah, having to spell something exactly sucks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.