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

How do you put music into your game in a certain section?

Asked by 10 years ago

for example when the game ends this "song" comes on for 30 sec.

1 answer

Log in to vote
0
Answered by 10 years ago
local song = Workspace.WhereverYourSongIs
function GameEnd()
    wait(30)
    song:Play()
end

And don't add unrelated tags. It won't help your question get answered.

Ad

Answer this question