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

Why doesn't my song play?

Asked by 10 years ago

I'm trying to make a song play when a player enters a game, but, when I test it, it just starts for 2 seconds and gets muted. Script I use:

function onPlayerEntered(newPlr)
game.Soundscape.HaloTheme:Play()
local unloop = game.Soundscape.HaloTheme
unloop.Loop = false
end

game.Players.PlayerAdded:connect(onPlayerEntered)

Does anyone have a idea to solve that problem?

1 answer

Log in to vote
0
Answered by 10 years ago

I usually play the sound from Workspace. Soundscape doesn't work for me.

0
I'll try that. Operation_Meme 890 — 10y
Ad

Answer this question