Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to render only specific places at once?

Asked by
Lagfss 36
1 year ago

I have a massive map that causes lag issues because some islands require more process-heavy scripting than the others. The map is basically a giant sea with islands in it. Is there a way I can only render in one island where the player is near or currently on while the others remain unrendered not affecting lag issues?

1 answer

Log in to vote
0
Answered by
bdam3000 125
1 year ago
Edited 1 year ago

You could either seperate your map into different places, or use content streaming

https://create.roblox.com/docs/optimization/content-streaming

Ad

Answer this question