Seeing Starts Particle

I’ve created a stun animation that will basically freeze the character when they’re stunned, I wanted to create this stars affect above their head with particles, I thought it’d be pretty unique, I just have no idea how to approach it.
tenor
This is my attempt, but I have no idea how to make it circle around.
https://gyazo.com/30fb732a03a0de39890921d90d664a82

Utilize beams.

Which will allow you to make your ‘particles’ curve.

1 Like

Particles in Roblox do not support Bezier-based movement, such as circles. You would have to hard-code some Billboard Guis or Beams.

1 Like

What I would do is basically make 3 star models, insert Trails in them, position them, and then make it eotate using TweenService or CFrame or Animations.

1 Like