What is the best way to make a TV static effect on players screen?

Hey! I’m wondering what is the best way to mimic the TV static effect on player’s screen without much lag?
Is it just Tweening the UI,
or something with color correction or maybe a something with parts or other things, i don’t know.
I really appreciate the honest answer. Thank you

1 Like

I think what I used before was just about 4 images of static, swap between them really fast, and just change the transparency to what you want, it shouldn’t cost that much to tween the transparency of those images. Once you are done with the static you can just disable the connection that swaps between them.

1 Like

Thank you! I really appreciate it!