Particles in the air

I want to create or get the particles in the air like in this game with that nice vanishing and appearing effect and slow movement. (visit the game)

I tried to search for clues in forums on how to do this but couldn’t find it.
All I find is how to do basic particles emitting from a block and similar.

3 Likes

hi folks i just found it
I forgot to check youtube for this…

The best method would be to parent the particle emitter to the character rather than have it all over the map which would be very inefficient and potentially laggy.

What do you mean with parenting it to a character?
I am not familiar with emitters.

I think he means making the effect as a local script that is generated by the client(player’s pc/phone) vs the server.