Sound problem
Reply on sbox.game-
When attempting to play a custom/cloud sound using Sound.Play(), the sound does not play, and the following error is displayed in the console:
Couldn't find sound event sounds/1sound.vsnd -
-
I figured it out, I needed to use soundEvent [Property] public List<SoundEvent> SoundsForDie { get; set; } = new List<SoundEvent>();