Are there any ways to make sure your game isn't laggy?

Im currently working on a game that has a really big map and I want to make sure that there is as little lag as possible. Does anyone have some suggestions?

1 Like

Chunk loading, and load chunks on the client. That prevents server strain.

1 Like

Union some parts some people say that that unions are laggy but having hundreds of parts is way laggier than 10 unions

1 Like

StreamingEnabled is amazing for really large maps because it loads sections of the map only when the player needs to access it. So they aren’t spending 10 hours loading a gigantic map. This can be enabled in the workspace.

Thank you all for the tips I’ll try them out.

1 Like