Laggy game. Is it okay?

Hello,

  • I tried generating thousands of blocks with texture.
  • The issue is I lag and the game crashes for a while (gameplay paused) blocks load.
  • I tried making map smaller, but it still crashes.

The question is: Will this promblem cause players to leave, abandon game? Or is it going to be very laggy game and the player’s computr will be as loud as vaccum cleaner?

Game:

While intermission please choose map two. This generates map. Don’t worry if its very laggy it lasts for few seconds.

6 Likes

I only lagged briefly but I would suggest turning off collisions for any block that is completely surrounded by another block.

Maybe instead of loading them in all at once, you could load them in slowly during intermission or perhaps in another time slot after intermission.

2 Likes

Thanks, I consider loading game while intermission lasts.

also turn off useless parts:

CanCollide
CanTouch
CanQuery (not rlly affecting but do for useless ones)

its also because of how many parts in the game, try union some stuff “if they’re uncollidable then do so, union is pretty much causing a collision box type of thing so better union uncollidable parts mostly”

try to optimize your game as best as possible, AND also disable CastShadow on the parts because its one of the main problems aswell.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.