How to make a static camera effect?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make a static effect on the camera. (Im not sure if this goes under scripting but it might involve scripting)

  2. What is the issue? Include screenshots / videos if possible!
    I don’t know where to start

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried YT and Devforum.

A static effect is usually a bunch of images with static… images that change visibility.

2 Likes

make screengui, get static image, copy paste static id onto an imagelabel and resize the image label to the screen (size would be {1, 0}, {2, 0} and position would be {0, 0}, {1,0} i think?).

1 Like

You could use perlin nose to add some randomness why still looking clean.

1 Like