How do I make a bulge effect on 2D UI?

So, Imagine I have a UI.

I want to make it feel more unique by adding some effects to it, like bulge.
(Edited with PAINT NET.)

The only way I know how to achieve this effect would be uploading every single detail of the UI’s as Decals, and later add them into the UI as ImageLabels / ImageButtons.
However, I do not want to do it that way. I feel like it’s more complicated and unprofessional than trying using a module that replicates the effect.

So, any resources that can apply such effect to a 2D UI?

I presume that you would not stop on just background and would like to achieve something like this:

As far as I know, Roblox does not have any kind of post-processing effects for ui (please correct me, I am happy to be wrong)

But Roblox has editable images, so technically anything can be drawn.
Sadly, that would require writing completely own UI system.
And that is far more complex than parenting non-existing UIBulge.

2 Likes

you dont. in roblox its currenlty impossible to do that

1 Like