How to reduce player's sight (render distance)

Hello everyone, I want to make it so players can’t see across the entire map, so it’s more mysterious. I have already tried the various instances under workspace.Lighting (such as ‘blur’), but they only work with graphics qualities of 10. Are there any other ways to reduce the player’s sight?

Try modifying these property’s of Lightning

You could also make it darker

If you talk about blurring the distance, use DepthOfField.
If you talk about covering the distance, use atmosphere or fog.

2 Likes

I’ll do this if nothing else works, but it doesn’t seem to look very good…