My maps and my lobby are somewhat medium tris, so when I would load the map and teleport all the players there, I would hide the lobby in ReplicatedStorage so it wouldn’t be rendered by the engine. (Wouldn’t cause lag)
Since StreamingEnabled has became a thing, is what I’m doing useless? Does inserting a huge model into RepStorage every round and then reparenting it back to workspace when the round is over cause lag?
At the current time, StreamingEnabled loads models but at a very low detail. Once you get closer the details become normal but it also stays like that for the rest of the game. Meaning it will always be rendered once the player gets in range of the model for the first time.
Important note: StreamingEnabled will keep the assets loaded when a player leaves an area but only if the player’s Graphics Quality setting is high enough. If a player’s Graphics is low, the assets will unload when the player is far enough away.
Here’s StreamEnabled with Graphics Quality set to 1.
This is an important part of StreamingEnabled that devs need to know.