Changing players graphics from a script

What I want:

I want it so I can change a players graphics quality (in player settings) via a script.

Extra:

I don’t have a script for this yet so… I was wondering if someone could either link me to a website or write a script?

1 Like

I don’t think you can, if so that would be exploitable.

2 Likes

Oh, you know those settings areas with options to lower your graphics? How would you do that then?

1 Like

Isn’t there a graphic setting in the normal Roblox settings menu?

1 Like

Well yeah, but I am making a main menu with the option to lower that via a script so… anyone know how?

2 Likes

I don’t know how you could do that, I would just stick with the normal settings with Roblox.

1 Like

Well you can always use a localscript to move things in workspace to somewhere else such as replicatedstorage. I do it in my games and it works relatively well.

1 Like

I said you probably can’t change that.

2 Likes

It’s locked, you can’t change player’s settings.

2 Likes

Someone made a script in a different post: How Can I Force A Certain Graphics Setting to all Players!? - #4 by Yorshcyt

You could check if the Value is under your wanted value and put like a black screen with a textlabel that says something like increase your Graphics level to continue playing

you really had to revive a 3 year inactive thread?

1 Like

Hello, Here is how you would set someone’s graphics to be a certain Quality.

--// 1 - 10 \\--
settings().Rendering.QualityLevel = 1

I never look how old a post is :skull:

Hey at least more update to date information for anyone who looking for this.