i want to see how much memory each script is causing so i can find the script that has memory leak
1 Like
Try using the debug library functions to set the names of sections of memory
debug.setmemorycategory
can u show me a short exaplme of how to implement it
do i just add it to the top of the line of each script in my game?