Author Topic: Respawn Effects Block  (Read 597 times)

Can someone make an add-on that disables the emitter and the sound that happens whenever
a player spawns/respawns?

SpawnProjectile.soundProfile = ""; (I think)

SpawnProjectile.soundProfile = ""; (I think)
He also wants the emitter to not appear.

The projectile itself doesn't have a sound profile or an emitter. It's all part of the explosion.

Thus you can just
spawnProjectile.explosion = "";

If you want to stop the death pop as well,
deathProjectile.explosion = "";