i made it so it sends it each 1 second but this still happens.
if i cannot do anything with this is there at least a way to detect when it reached the max and not make the whole script disable?
If you don’t want to implement anything fancy, implement a pcall (you should be doing this anyways because api services can fail unexpectedly) and also reduce the amount of messages being sent if you can as there is a relatively low limit.