Hide far away objects

I’m trying to make a game where you hide far away objects. However, I don’t know how to do this and there are no forum topics on making this. Do I need shadows or something?

I think you are looking for Content Streaming

2 Likes

Setting workspace.StreamingEnabled to true will make the game not render far away objects. You can control the target distance with StreamingTargetRadius

2 Likes