Hello! so i was making a sandbox game and the player can move freely (freecam) but the i made the environment really small since point light can only reach to 60 so the point light looks big, but when i fly near one of the parts it got unrendered because the NearPlane, and i tried to change it via script workspace.CurrentCamera.NearPlaneZ = 0.1
but it in the console it said “Unable to assign property NearPlaneZ. Property is read only”. So is there a way to change it? thanks
There isn’t