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.