I might be stupid for asking this, but I am making an RPG, which means I will store lots of weapons/armor whatever items inside a folder. And I use alot of for i, v in pairs for checking.
for i, v in pairs(Folder:GetChildren()) do
end
I was wondering, if the Folder had more than 5,000 items, will it cause lag if I looped through all of it to get one item?