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?
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”.
This was really helpfull thank you
@crolaa actually, particles have a property called Zoffset, just change that setting to one and it should work.
Oh dope. Thanks
Hope this works
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