How Do I Fix My Showcase's FPS Problem?

I wanna decrease the freezing frames in my showcase

In my showcase, the screen randomly freezes.

I’ve been looking for similar posts like this but I have found none

My game: Rustic Stayin' Showcase - Roblox

These are contributing to the problem. Consider replacing them.

  • Fire instance. ParticleEmitter would be better.
  • Glass material
  • Mesh trees

I guess I could change the Fire and the Glass material, I’m not entirely sure what I could change the mesh trees into, would it help if I decrease its numbers though?

Yes, make less trees if necessary. Too many meshes will lag some clients.

I’m not entirely sure what the problem is here but here are some general tips:

  • Have reasonable tris. Roblox limits the tris though so this shouldn’t be too much of a problem.
  • CollisionFidelity - If it’s not within the map (e.g. the trees outside) then set CanCollide to false.
  • Anchoring all parts that aren’t necessary to have physics.
  • Shadows aren’t really necessary for the trees.

Also, when it was loading in there weren’t many trees so maybe just try reducing the number of them as it actually looked really good without them.

Alright, thanks for the suggestions guys!