Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey.

I want to make the music room available only in the main menu and specific places in the game. After the segments where the player can access the music room, I want control over what music plays as a developer again, so I try to do `stop music`, but that doesn't seem to work anymore with this script.

Update: Managed to solve it.

At first, `stop music` just refused to work, even after restarting. Then, I adjusted the script to be `stop music fadeout 1.0` and it worked. And when I changed it back to `stop music` that worked too now! Very odd, but I guess it is what it is...