How can I make something like this?

(it’s the image you see that has some sort of effect)

I tried Depth In Field but that didn’t work. I tried researching but found little results. It has to be a fixed camera with depth and field and something else, but I don’t know what…

Edit: I guess it has to be a wave distort effect in photoshop. I can either do that in photoshop (which costs money) or script the code in python from scratch.

https://developer.roblox.com/en-us/api-reference/class/BlurEffect

That looks like a BlurEffect with a very high degree with blurriness.

I think there’s blur but you can see the objects in the image are sort of glitchy so I think there’s something else. That’s the effect I’m trying to achieve.

I feel like they’re going in a wave sort of.

Its most likely an image, so it was probably edited with a third party program like Paint.net, mspaint, GIMP, etc.

1 Like

Since the menu camera in Entry Point is still, this is 99% likely to be an image, and you can do this using a free online image editor that I personally use: Pixlr. Press the
image_2022-06-14_103101676
button and select your image. Once it is open, go to Filter > Glitches > Interference.


After selecting Interference, you can mess with the Seed and the Amount. You can even make it vertical if you’d like.
image_2022-06-14_103523222
After clicking the Apply button, you should now have an image just like the Entry Point one.

Hope this helped!
SpeakerDev

3 Likes

Thanks! That’s exactly what I was looking for.

2 Likes