Now, im well aware this is a bit of a shot in the dark here considering roblox’s current performance compared to engines like unreal, but this is something thats been on the back of my mind for a while now
why isnt there native shader/gpu code support? i mean its 2025, tech is advancing quicker than it ever has, yet roblox is still behind on a lot of modern game tech (which dont get me wrong, some of the stuff roblox has been doing is pretty advanced from a tech stand point, but im more meaning just generally from a game dev perspective). Uneal engine, Unity, Godot and even scratch have the ability to create complex shaders from simple shader art straight up to industry defining lighting algorithms like path tracing (which brings up an example i will use later), and its been like that for over 20 years. while roblox was just a concept in its early stages of development.
Now yes, i understand that roblox is meant to be performative and able to run on low end devices, but that still doesnt excuse not adding a feature some developers have been wanting for years now.
So im suggesting this long needed feature finally gets implemented. and yes, as ive just said, im well aware that roblox is meant to be able to run on low end devices, but you could just not run shaders on those lower end devices if they might be too performance heavy. I do also believe it is possible to have shaders be compiled for most operating systems like ios, windows, linux, etc. Unity does that by translating hlsl into assembly or low level code which each os can run
Another issue which might come in hand is security. ive seen crazyblox talk about this somewhere about a roblox engineer mentioning how adding gpu support may be a security risk. but roblox already has the tech to stop it, which is sandboxing, which only allows code to affect things in the area/application its run in, exactly like a virtual machine, so this isnt exactly out of the question from a security stand point
another thing i have which makes me at least want this added is the fact that the lack of gpu code support actually can offer worse performance in games in a lot of more intensive cases. take pet sim as an example, that has a lot of effects and objects on screen at once later into the game which can cause a load of lag on the cpu since roblox usually only runs on a single thread, unless you use a load of actors to separate work between several threads
another example of this is one of my own projects, that being a path tracer, i can only really run it at 5-16 fps in most cases on a really low resolution. testing it right now only gives abt 5-8fps at 184x58 and 3 bounces per sample
the rendering times are decent. but the fps it runs at is just unusable for actual gameplay on 1 thread, especially if i implement things like refraction. if i want any performance then i have to multithread which is something i want to save til later so i can bug fix a bit easier
i will also mention that any lack of gpu/shader code is actually quite limiting on roblox’s own motto, “powering imagination”, since you dont actually have much use of creativity outside of game ideas, and the fact that pretty much every roblox game looks the same due to the lighting used, it can make games feel quite repetitive. especially many front page games which at this point start to just feel soulless. i genuinely cannot remember the last time ive been impressed by a front page game since they all just look the same. last time i was impressed by a proper game on roblox at all was over a year ago, and any tech demos was a few months ago with other peoples path tracers
so it would be best to add shader support because:
- 1: itll push roblox more toward the quality and performance seen in AAA games
- 2: itll allow games to feel unique again. most the games on the front page now are either italian brainrot, a copy of another game, an anime fighting game, or a game that is somehow still alive despite being really uninteresting. none of which i really want to play.
- 3: it would allow roblox developers to be truly creative with the appearance of their games, and not be forced to use roblox’s lighting which in a lot of cases for developers wanting to show off just wont cut it
- 4: it will allow for far more intensive, and visually impressive games which wont lag nearly as much on lower end devices, widening accessibility among players
and yes, as ive also said, there could be compatibility issues such as operating systems being unable to run shaders, or devices being too weak to run them, but there are methods to get shaders compatible with many engines and operating systems, and they could just not be run if performance would be too poor, or if your os/rendering engine cant support it even if its been translated. sandboxing can be used to prevent security risks, and game performance can be greatly improved with this feature
really hope this gets announced by rdc27 since this is a feature that i, and likely many others, have been wanting for a while now
if there are any issues that ive missed, then please do inform me, would much appreciate seeing if theres anywhere ive went wrong



