What the best way to achieve this flame effect?

Hello! I’m trying to recreate game in style “3-in-row” - bejeweled.
For now, I’m trying make Flame and Star gems, but there’s 1 problem which i can’t solve - what’s the best way to create them?

Flame gem: _ Original gem: _ My gem:
image image image

2 Likes

All I think you need is a particle emitter
Modify it to your liking, make it look like fire

I hope this helps

I tried this - Viewport frames don’t support particle emitters, beams, fire, explosion, and etc.
The only ways I know is manually create ImageLabels or make animations manually.

There is a way. Are you brave?

Try a view model! Basically, using the same technology as FPS, you create your GUI in workspace. You are immediately freed from the restrictions of VieportFrames and World Model (which I checked also does not allow flames or particles).