Forge: Script Brain

Is there any way to preview script brain sounds when you’re on forge? Or do you have to be in an actual custom game?

Just script a trigger to activate the sound.

For brain by itself.
Set a bounderie.(min 4.0 size)
Script: bounderie check, on enter.
play sound “you pick sound”.
(Under targets, select activator)

Other objects.
On interaction or on destroyed etc… → message send “alpha”
Set the object intended for sound to…
On message received “alpha”
Play sound: “your picked sound”

This would be easier to explain if I was online.