Hello in my forge menu i made it so every time you spawn a object it updates a counter that shows how many objects you spawned. After about spawning 150 objects (some times random) it will just kick me out of the game saying "Notice Server Disconnected". I know it has to do with the counter because without it there is no problems.
This is how i am doing it
self.menu.info2 destroy();
wait 0.01;
self.menu.info2 = drawText("Objects Spawned = "+ self.Objects + "", "objective", 1.8, "LEFT", "RIGHT", -780, 63, (1, 0.502, 0), 1, 10);