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
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
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.
Have fixed this problem was me not having streaming enabled on.