i am currently making a game in roblox like Minecraft if you keep on walking it loads in new chunks with new buildings, trees, etc but currently i have it that it just puts the entire model into a folder in workspace instantly and since its loading around 10 chunks with alot of detail and buildings on them it gives you massive frame drops when new chunks load in does anyone have an idea how i could make the model insert into workspace without causing this lag
Make the model smaller or lower quality.
1 Like
Send in your script so it is easier to help.
Folders cause lag, use Models instead.
Source:
Duplicate a folder with another folder in it that has 500+ parts and odds are studio will freeze for a second.
Do the same test but replace the folders with models and the lag will be greatly reduced.