I think having more control over graphics in general would be very good.
Both in-game and in-studio.
Some graphics and effects in Roblox still require quite hacky workarounds or you have to actively fight the engine itself to get something done.
I think having more control over graphics in general would be very good.
Both in-game and in-studio.
Some graphics and effects in Roblox still require quite hacky workarounds or you have to actively fight the engine itself to get something done.
roblox make it happen this should have been a feature 7 years ago. Itâs actually really annoying that this isnât a thing already.
Bump, still relevant and needed. I am making a game that uses ONE part in the distance to help the Lightingâs FogEnd not show the sky and silhouettes of objects, and that part keeps disappearing. It needs to be always visible and rendered.
Itâs literally only one part. Iâve tried using a BlockMesh and making the part closer but using the offset to make it further back and it didnât help. The part also matches the FogEndâs color (which can be blue, red, green, yellow, gray, white, black) so it needs to be visible. A Sky wonât cut it.
Edit: This issue is still relevant but I was able to use a BillboardGui and a Frame to help with my specific issue. But I and many others still need this for many different reasons. Someone start a petition or something.
Let me bump this up again. Can a Roblox Stuff please explain us why they are still not adding a stuff like this? It is a very basic thing.
I have found a weird workaround for this:
ViewportFrame + Scaling
Basically, you clone object you want to be rendered into ViewportFrame, parent it under BillboardGui, and make it cover entire playerâs screen. Billboardâs adornee is set to a nil
, and to position it correctly, I use StudsOffsetWorldSpace.
This results in decent outcome, where I can properly layout such objects, so they wonât just overlap each other. Drawback is only when they are at around same distance, and they will show ontop of each other depending on which will be a bit closer.