How can i decrease memory usage?

I can send a pic of all the models

Also i seemed to fix it for now (Ill report back if it happens again)

I changed the models from streaming to Automatic and that seemed to work

1 Like

1 Like

How effective is your script? Have you tried to implement something like chunkloading?

My biggest tip:
Don’t forget to :disconnect() your connections. Your memory usage is increasing due to memory leaks hence a laggy game. In simplest terms, most script lag is created by threads being continuously created while never being closed. Make sure to close them.

1 Like

Have fixed this problem was me not having streaming enabled on.