Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to put sound in your cutscene?

Asked by 9 years ago

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)

1 answer

Log in to vote
-1
Answered by 9 years ago

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!

0
And when I put in a playerenteredscript? coolguy1v1 0 — 9y
0
Yeah what ever script :) antlerer 33 — 9y
Ad

Answer this question