Sound problem

Started by Yoku · 4 months ago · 2 replies · 79 views

#1
Yoku
Member
JoinedApr 2026 Posts4 Score5
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
#2
Krisper Kris
Member
JoinedApr 2026 Posts2 Score40
https://sbox.game/api/Sandbox.Sound/Play

You must create a new sound event and call the event.
#3
Yoku
Member
JoinedApr 2026 Posts4 Score5
I figured it out, I needed to use soundEvent

[Property] public List<SoundEvent> SoundsForDie { get; set; } = new List<SoundEvent>();

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.