StreamingEnabled question

Is there a way to prevent specific parts from being streamed out with StreamingEnabled? I have created a minimap which utilizes ViewPortframes to display some obscured parts that represent roads. The parts are not rendered in when StreamingEnabled is on.

Edit: I figured it out. I parented the folder of parts to ReplicatedStorage instead of Workspace.

There is another way, you can use StreamingMesh for that. It is found in LevelOfDetail and you can switch for that (I never used this but seems like models have this, dont know if others has this too)