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

Audio won't play with FilteringEnabled on?

Asked by 8 years ago

I just have a basic script that plays music, and it works with FilteringEnabled off, but not with it on? How come?

game.Workspace.Audio:Play()

^ my script, stored in workspace, (yes it is a REGULAR script)

2 answers

Log in to vote
0
Answered by 8 years ago

There's no reason it wouldn't work. Are you 100% sure it is in workspace and workspace only?

Ad
Log in to vote
0
Answered by
Unlimitus 120
8 years ago

My only guess is to have the server wait until it is sure that Workspace has the Audio by saying game:GetService("Workspace"):WaitForChild("Audio"):Play()

Answer this question