Changing pitch and volume while going faster?

Hi everyone :slight_smile: ! I am trying to make a simple marble blast game and when I roll the marble I want to make the rolling sound change to a more higher pitch and louder. Also make the pitch and volume lower while you slow down. How will I do that?
Thanks.

Just use the built-in pitch variable on the AudioSource with the rolling noise. You can adjust the pitch and volume on the fly.

Ok thanks. I will try that. :smile: