Help with humanoid description

I am making a hall of fame that consists of 200+ players whose outfits I want to load to each dummy using humanoid description. This is how my code looks:

The problem is that sometimes (in rare cases) the game would drop me an error something like “HumanoidDescription: Too many requests”, and outfits would stop loading. Can you please tell me what am I doing wrong or what can be a possible fix?

Your code doesn’t have any yields in it, meaning you’re sending too many requests to the server too quickly. Maybe try putting a few "wait()"s here and there, in between each request sent.

1 Like

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