I want to check if all the children got any Value, how could i do that.
while wait() do for i,v in ipairs(player.Backpack.deck:GetChildren()) do if v.Value ~= "" then print("hurray") end end end
player is already defined(localscript)