How to stop lag in a large part game

I want to make a large map, which will need lots of parts close to eachother, how can i stop this from lagging?

1 Like

You will want to start by doing the basics, which are outlined in the roblox API reference:

Once these are done you can get more specific with your issue, but this is a good place to start.

Edit: depending on what the player is doing in the game and the map, you can look into Streaming Enabled so that parts of the map only render when player is close to them.

4 Likes