How do you make specific parts always rendered?

Roblox has this performance feature where parts are hidden when far away, even with StreamingEnabled turned off (if the user’s graphics quality is low).
I’m trying to make clouds out of blocks, but they keep disappearing, which is annoying.
Is there some part type or adornment that ignores this limitation?

2 Likes

I’m with Dalek on this one. By default, having the scene simplified is great. I have some backdrop features that I want rendered in the distance no matter what.
I’ve been planning to check if I can force parts to render by parenting them to the client’s current camera.

1 Like

If you are heck-bent on keeping clouds visible 100% of the time, it may be possible to do so using a ViewportFrame. I haven’t dealt with this exact same scenario, but I believe objects shown in this UI element will always render. The downside is that there is no way to apply lighting / shading effects.

2 Likes

I have this massive planet, but i cannot force render it. I need to do this for my game however. Is there any way at all?

4 Likes

(post deleted by author)

1 Like

That doesn’t exist, as far as I’m aware. Couldn’t find any mention of it on the Roblox Creator Documentation site and it throws an error in Roblox Studio.


For anyone coming across this thread with this question, there is now a ModelStreamingMode property for models that provides more control over how certain objects are loaded in / out when StreamingEnabled is active.

In particular, using the Persistent StreamingMode for Models will ensure that any Part that is a descendant of the model is never streamed out, meaning it’ll always be rendered.

I’m not sure if the ModelStreamingMode would resolve those cases, unfortunately, as I don’t know much about objects being streamed out without StreamingEnabled turned on.

For anyone wanting to learn more about StreamingEnabled, the Roblox Creator Documentation site has a pretty thorough guide regarding Instance Streaming.

2 Likes

get off the problem and stop using chatgpt smh

10 Likes

this is so obviously chatgpt?? lol

2 Likes

I apologise for the comments I may have utterd.