Hello, this morning after waking up I noticed a very high crash rate: It would hover between 3-10%
I’ve tried looking at high-usage scripts but none of them seemed to standout, I really need someone’s guidance to help me out I have included a few screenshots bellow to show the stats.
it may be a memory leak , check for these things in your scripts :-
make sure that you remove unneeded things from tables
make sure to diconnect from Connections after you are done with them
if you have any kind of shooting system make sure to destroy bullets if they goas far away
make sure to put task.wait in long loops