The issue was inside the generator module the whole time.
It was because it was going over the required length of the desired string.
I removed every number inside the table that was over 9.
Now it’s going perfectly fine without pauses.
The issue was inside the generator module the whole time.
It was because it was going over the required length of the desired string.
I removed every number inside the table that was over 9.
Now it’s going perfectly fine without pauses.