Ludicrously High Crash Rate

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.


image

Game link:

1 Like

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

Is there any efficient way of identifying memory leaks, or do I just have to go through each script

1 Like

you can open the developer console and from there choose memory