Okay HEYYYY i was just wondering how i would activate an audio source when hitting a collider i thought it would be like the code below but it does not seem to work
function OnTriggerEnter (Hit : Collider)
{
AudioSource.Play(“Name Of the Audio”);
{
This Method doesn’t Work And i was wondering if somebody could help, or point me in the right direction thanks for reading