Having trouble with sound effects

I’m having trouble with sound effects. This is my script:

INT. PHILADELPHIA BEDROOM - DAY

@ANGELA spot 1.001 472 389 AND ANGELA is idle_lay_groggy_eyesclosed_loop

@ANGELA is idle_lay_awake_rubeyes_loop
music alarmclock-beep
ANGELA
(Ugh.)

@ANGELA is standup_neutral
@remove ANGELA
INT.ANGELAPHONE

    NARRATOR
8:00: |color:skyblue|Alarm

choice
“Turn Alarm Off”{
music off
@pause for a beat
}

In the line where it says “music alarmclock-beep”, I get an error saying “Unexpected garbage: The text on this line does not follow our formatting.”… I was hoping someone could help me solve this issue! :sweat_smile:

try typing
sound alarmclock-beep
instead of music :slight_smile:

I’ve tried that before, and even tried again now, but it’s not working… :triumph:

hmm… im not good with coding at all since im very new to it, so im not sure why thats happening but when i tested your script, i used a different alarm clock sound and it worked

Ok thanks, I changed the sound and it worked.
Weird. :sweat_smile:

(thanks again)