There is no documentation on how to get the RenderSettings class

Page URL: RenderSettings | Roblox Creator Documentation

Issue Description:
The RenderSettings class has some properties that I would like to change through a plugin, but there is no explanation on how to get it, aside from this:
image.

Both game:GetService("RenderSettings") and UserSettings():GetService("RenderSettings") return nil, and there is nothing that says what object GetService needs to be used on to get RenderSettings.

I am not even sure if it’s possible to get RenderSettings through a script, and if it’s not, that should probably be indicated in the documentation page.

3 Likes

You can get this class by doing settings():GetService("RenderSettings"). I do agree that the documentation should be updated to reflect the difference from normal classes, though.

4 Likes