#BulkMoveTo() to save time on rendering multiple parts?

1 messages · Page 1 of 1 (latest)

gloomy shale
#

I'm doing a little project that is basically the same as minecraft. When the player moves around I want to render the chunks near them. Currently I am rendering each visible part but that still causes some lag when the player moves around. So I found out u can use BulkMoveTo() on a a lot of parts to basically move the chunk so far that roblox automatically unrenders it, and move it back to "render" it. Idk if anyone has tried this before and I dont know if this method is actually better than rendering the chunks as the player moves, because I have more than 1000 chunks so I imagine rendering them all and moving them outside the player's FOV is going to use up significant memory

zealous ferry
#

i will save rendering perfomence but the game memory will take some damage

#

the best thing would be to destroy chunk when unloaded and re load them from a chunk data table

zealous ferry