How to make this effect?

https://gyazo.com/49ba930d5ce015484cb6f6d5b3988f71

The effect where the black things just move to the right corner. How would I script this?

Well you could use tween service to a dotted image to try and make the effect.

As @BottomLess_VORTEX said, you can tween dotted images (from the client or else it might lag)

OR

you can viewport a ParticleEmitter and show it on the player’s screen (which might be more performant)

I would recommend the particles, you get a better result.

1 Like