How do I add a muzzle flash to my tower?

Hey

I want to make a muzzle flash every time my tower shoots/deals damage (And since I literally know nothing about how to do it) I thought you could help because of smort, this is the tutorial I followed

link: How to make a Tower Defense Game - #1 Path Navigation - YouTube

I hope you can help

A Beam, ParticleEmitter, or Fire may work for you.
I can’t remember if an Explosion has a visual effect in game…

Where you want the flash to happen, add an attachment with a ParticleEmitter. Make sure it’s disabled, then whenever you want it to flash, use ParticleEmitter:Emit(1)

2 Likes

It does.

https://gyazo.com/5f95ec5b1c0ce78a5d351a2c51c4bc1f

Its size will depend on the explosion’s properties.

1 Like