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:
.
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.