Is this possible to make 3d particles?

Hello!
I saw sometimes 3d particles like in this video: https://www.youtube.com/watch?v=fuXg11RrYxs
Is it possible to do the same in the roblox without models, with only particle emitter? If no, what’s the easiest and better way to do it?
And last question, i chose right category? If no, please tell me about it and tell me right category, i will change it!

1 Like

New particle system - Help and Feedback / Creations Feedback - Developer Forum | Roblox

2 Likes

can you explain me what to do please?

1 Like

He tagged one of my new systems i’m working on.

For now you could use this system i made: 3D Particle System

There’s a documentation page on: CoreModular

1 Like

oh, it’s 3d particles in studio? not in the game?

1 Like

no the particles show up in game just like in the studio
and yes they are 3d

1 Like

ty. but can i use it to make something like in this video? https://www.youtube.com/watch?v=fuXg11RrYxs

1 Like

yeah, you just have to make different systems and use meshes.

look at the video’s in the post and visit the documentation site.

Thanks! I will try soon. =) (and i will click solution if it will help)

1 Like

There is tutorial how to use meshes with particles?

please read the documentation. it explains how to make custom particles.

I don’t understand… Can you explaing me detailed how to reach my goal?

Custom Particles

If you want to change the material, originalSize and or shape of the particles spawned by the system you have to insert a ObjectValue inside of your system. In order for it to be used you have to name it Targetand set it’s value to your target particle.

Meaning: if you want to change a particle lets say its shape AKA a mesh form. You add an object value to the system object (Part, Attachment). Wich you call Target. The value of this object value has to be set to what you want to be used as a particle.

To make a system you have to click the make system button on the plugin page while having a part or attachment selected.

Can you please look this video? https://www.youtube.com/watch?v=fuXg11RrYxs
I put it as an example, and i want to reach effects like in the video.
I don’t want just 3d particles, i want to make image particles that can deform like 3d objects. Just look the video and you will understand.

I found a solution after 2 months… I just need to make mesh that i want and so much textures, then change it to make it look animated.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.