How to create "3D particles"

Hi,

I was wondering how to create “3d particles” but I don’t know how.

example 1:

example 2:

3 Likes

Roblox does not support 3D particles, in the proper meaning of the word ‘particle’. The only particles you can get are the ParticleEmitter custom particles and the Beam.

These seem to be custom 3D models which are simply created and destroyed. Simply create models for these particles and then scripts which generate them as needed.

4 Likes

I think what you could do is when the player steps do :Clone() to a premade 3d animation

Honestly its just a series of tweening or lerping,