My script doesn't work and gives an error "Unable to play sound."
Script:
			
			Script:
start_sound_anomaly_command:
   type: command
   name: soundanomaly
   description: fun command
   permission: otanomaly.perm
   usage: /soundanomaly <<>noargs<>>
   script:
       - playsound <server.online_players> sound: <list[AMBIENT_CAVE|ENTITY_WARDEN_AGITATED|ENTITY_WARDEN_ANGRY|ENTITY_WARDEN_SNIFF|ENTITY_WARDEN_STEP].random>
 
				
		