Issue with Distant Object Visibility in Roblox Player – Seeking Assistance

Hello Roblox Community,

I’m encountering an issue in my created game and I need your help on this matter. During the development stage in Roblox Studio, I can see objects at distant locations; however, when I enter the game using Roblox Player, objects at a distance are not visible.

I’ve checked the renderDistance settings, and I tried to find a solution using the following code:

local renderDistance = 500
game.Workspace.CurrentCamera.ClippingFar = renderDistance
game.Players.LocalPlayer.CameraMaxZoomDistance = renderDistance

However, this code didn’t solve my problem. I am seeking your assistance and suggestions. If anyone has encountered and resolved a similar issue before, I would greatly appreciate hearing about their experiences.

Thank you.


They may not be streamed in, depending on how far away they are.

its not far, just a 2 baseplates.

That’s 4096 studs. That’s pretty far.

i think thats not normal whyy?

(i said 2 baseplates randomly)