Hello, I put this cutscene maker in my game: http://www.roblox.com/Cutscene-Editor-Plugin-v2-01-item?id=142296237 It actually works fine, but, I'd like to know how put put some music in the cutscene. So, how to do that? Otherwise it looks kinda stupid, because you see a cutscene, but you don't hear anything. Thank you very much, Coolguy1v1 (alt of roman20002, wich name is already in use, and I don't know that I already signed up here)
I think inside the cutscene there is a script and you insert the sound inside Workspace then in that script (make sure its a local script) type in:
game.Workspace.Sound:Play() Then at the end. game.Workspace.Sound:Stop() Hope this helps!