New Properties: CanRender/Renderable

I use a custom LoD system for trees in my game, reparenting chunk folders in and out of ReplicatedStorage, which is not ideal for performance.

If occlusion culling can instantly decide to render/not render an instance, it seems like a CanRender property like this would be a lot more performant than the existing methods (transparency, repositioning, or reparenting).