GraphicsMode

Used to set the graphics API that Roblox uses to render the game.

Items

NameValueSummary
Automatic1

Roblox will automatically decide what graphics mode to use, depending on what best suits your device's specifications.

Direct3D112

Direct3D Version 11 (Microsoft).

OpenGL4

OpenGL (Khronos Group).

Metal5

Metal (Apple).

Vulkan6

Vulkan (Khronos Group).

NoGraphics9

Game will not be rendered, and instead a Diagnostics window is rendered on screen.

On this page