Hi...I have been experimenting with RenderSettings and I noticed the Quality Level Property on the wiki article. I have no idea how to open it and edit it. Also I have no idea what to use it for what can it do?
game:GetService("RenderSettings") --thats all I got how do I open the quality Level after that?
Thanks for any help in advance..If your questions helped Ill upvote if it solved my problem ill accept and upvote.
As far as I know, you cannot edit a player's quality level through a script, this is only accessible through the players' game menus.
I believe all properties are read only, which can be accessed by getting the service, as you did above.
game:GetService("RenderSettings").Resolution --just an example