Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
3

Help getting and using RenderSettings Quality level?

Asked by
iSvenDerp 233 Moderation Voter
8 years ago

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.

2
Umm..this isn't a request? I am simply looking for someone to help me access it I already made half of it do that random downvote was unnecessary iSvenDerp 233 — 8y
0
You dodnt make half of it you literly only accessed the service and then asked what next aka requesting. User#5978 25 — 8y
0
Dawn, the point of this site is to ask, AKA Not requesting it. fireboltofdeath 635 — 8y
View all comments (2 more)
0
Even an admin agreed with us it's not a request one even said it was a decent question iSvenDerp 233 — 8y
0
I think Dawn just wants to moderate. Because if two admins (Or more) said it was decent then that is abuse of moderation. fireboltofdeath 635 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

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
0
Ill upvote because it helped but heres my error 08:27:58.989 - singleton RenderSettings already exists iSvenDerp 233 — 8y
Ad

Answer this question