HttpService 429 Too Many Request Question

Hey. I made a Script to communicate with PlayerService, but when I use PlayerService:GetUserIdFromNameAsync(), the func return ‘Too Many Requests’.
I found many requests on F9 (at least 500 in 10s) but I don’t found where these requests are sent.
Can you tell me how, from F9 tab, to find scripts that post Network Requests?

:warning: I’m french, if you don’t understand (I don’t speak very good lol) tell me or contact me Saturna19#1510 :wink:

1 Like

Since it’s an error code that starts with 4XX, it’s a client in focus between game server as client and the API endpoint as server. Why do you obstinately call that method?

  1. Optimizing this requires you to call once, use it for all.
  2. Caching if possible.
1 Like

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