I need help with music

Hey guys,

How do you make music fade out? I have heard it in stories and don’t know how to do it.

Thanks!

1 Like

volume music x T
volume sound x T

x is volume level from 0 to 100
T is time in milliseconds (1000 milliseconds is 1 second)

An example would be:

volume music 0 3000

With that code, the volume for music will go to 0 in 3 seconds, making it appear as if it’s fading out.

2 Likes

Thank you so much!

It worked but in the next scene the music does not play. Is that because the volume is at 0? If so how do you get it back up?

Yes, you need to change the volume again.

Ok, how do you get it back up?

Using the same code

Okay thank you!

1 Like

casually revives topic