Getting an error for HumanoidDescriptions 500 error

How do I fix this error? I have a characteradded function hooked up, with ApplyHumanoidDescription for when the player joins the game.

This would be too many requests at once if there were too many players joining the game at once. I have queues in my game so sometimes 10 players tp right into the lobby super quick and their humanoiddescriptions load at the same time. This causes the descriptions for some players to not load.

I guess my question is how do I fix this, and how should i reserve each request so they aren’t all at once?

1 Like