How to make settings GUI for graphics? (blur, depth of field, etc.)

I want to do the GUI, where player can control graphics for their own client, like blur, depth of field and low graphics mode, how can I do that?

Haven’t found the topic like this on the Developer Hub, so asking for help.
Thanks in advance!

1 Like

Since you only want this to affect the client, it’s pretty easy.
All you need to have is a frame and couple of buttons in it [ you could decorate it and add text labels , etc…] ,and then just play with the graphics once the client has pressed the buttons.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.