How do I achieve this visual effect?

I think a lot of people here heard of this fascinating game called Crazy Cattle 3D, and it has a very interesting vibe that i kind of want to recreate on a roblox game based off it, and that’s mainly the user interface.

Is there any way to achieve the very low resolution text on user interface, similar to CC3D? I have thought i could just upload every possible text as a low resolution image, but that would be way too many image assets and i just believe someone could know a better way.

The user interface text that I wonder if is possible in Roblox:
image


2 Likes

You could place a SurfaceGui in front of the camera and decrease the PixelsPerStud property

2 Likes

i worried about the field of view messing up things but this genuinely worked somehow lol

fascinating stuff

the only problem would really be adjusting the size to field of view and device size, but honestly that shouldnt be hard to figure out with some probing

2 Likes