Fisheye Effect on SurfaceGui

Hey everyone,

I am trying to put a fisheye effect on my SurfaceGui to achieve a more realistic look:


If anybody has an idea on how to put this effect on the screen only (not the entire camera), please leave a comment!

2 Likes

Does a SurfaceGui only fit on the ‘square’ surface of a MeshPart or is it placed on the surface like a Decal.
If it doesn’t then you could make the screen a curved Mesh and place it there.

The SurfaceGui is placed inside StarterGui with it’s adornee set to a square transparent Display part which represents the screen and the surfacegui doesn’t just contain images which you could display on meshes as decals or textures but rather frames, buttons, textboxes, etc.