Too many request Htpps service

So i have an api that i need to send a lot of request to it like 1 request for every 1.5 s

so the api after some time break and says too many request but it not giving me the respons it just give me error the api it self have a break time in the respons but
image
so how do i get the retry after tho it giving me an error ? Thanks
the error is json Decode it returning for me an error but it not an roblox error like it doesnt break the game
image


how could i get the retry after it giving me nil if there a way please tell me i would be thankfull

1 Like

You could try and check for what error code you’re receiving until you get your desired result.

For example, code 200 means that you’re OK. Just keep looping if you don’t receive your 200.

2 Likes

That not the problem here i need to get the retry_after and make the script wait it so i could make a success request but thank you ;D

1 Like

i guess i need a help from a roblox admin or something i mean i tried but i dont see anything