I want to make a sandbox survival game like minecraft, terraria, etc.
The issue is that my world generator script activity skyrockets to 40-60% and the rate to 20/s when generating chunks, stopping after they are finished. It is made on server side, so it doesn’t affect players fps, but would this cause lag to projectiles, hitboxes and enemies ai? I tested it solo mode, so it might be even worse when more players join the server.