How do I get particles to show up in FRONT of objects

So i’m trying to create something like this. But i cant seem to get the particles to appear in front of everything

How do i do this?

AFAIK, particles don’t have an option to show on every object infront of it.
An option I’d probably do is create a particle system similar to roblox’s, but use BillboardUis and have it use the property “Always on top”.

1 Like

This was really helpfull thank you

1 Like

@crolaa actually, particles have a property called Zoffset, just change that setting to one and it should work.

4 Likes

Oh dope. Thanks
Hope this works

1 Like

No problem. Zoffset basically measures how far the particle is from the camera. A higher Zoffset means it’ll render farther but a lower will render closer. A Zoffset of 1 should do the trick

1 Like