Hello, I’ve created a terrain generator with a module and it only runs when I play test which is fine, however, when I have generated the terrain I want to copy it, then stop the play test and paste it, this does normally work however there are so many parts studio just won’t load it and it’s just frozen (tested it tons of times and waited an hour+ one time). Anyway that’s besides the point, I want to use the command line
to generate it so that I don’t even need to play test. Then I wondered does roblox auto garbage collect all the stuff I just created or will the memory be kept somewhere forever, and ever?
It will be kept. I have done similar things with the command line before, and it was fine.
1 Like
Thanks for the reply, but where is it being kept? I assume the command line is like a script so if memory leaks occur where is the ‘data/memory’ being held?
Sorry, I really don’t know the answer to this.
1 Like