How would I go about making a dash/speed screen effect?

Hey! So I made a dashing system for my game, and everything is great. I have trails, I have the actual dashing, and I have fov change. The one thing that I feel it is missing and it needs is a dash screen effect like this one:
SlipperySlushyElephantseal-max-1mb

How would I replicate an effect similar to that?
If you have any ideas, please reply. I would appreciate it very much.

Split that gif you attached into a spritesheet and add an alpha channel in place of the black, then you can overlay that as an ImageLabel over the players’ screen and “animate” it by cycling through the cells using ImageRectOffset

2 Likes

Great idea! I don’t know how I didn’t think of this earlier lol

1 Like