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?
I want it so I can change a players graphics quality (in player settings) via a script.
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?
I don’t think you can, if so that would be exploitable.
Oh, you know those settings areas with options to lower your graphics? How would you do that then?
Isn’t there a graphic setting in the normal Roblox settings menu?
Well yeah, but I am making a main menu with the option to lower that via a script so… anyone know how?
I don’t know how you could do that, I would just stick with the normal settings with Roblox.
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.
I said you probably can’t change that.
It’s locked, you can’t change player’s settings.
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?
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
Hey at least more update to date information for anyone who looking for this.