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

Where do I put my sound object?

Asked by 5 years ago
Edited 5 years ago

So I have been confused about this for a while. I know for a sound to be local it needs to be inside the player and then only the player its inside will hear it. Where do I place it if I want it for the entire server to hear it? Does it have to be in a certain script type?

2 answers

Log in to vote
0
Answered by 5 years ago

You could put it in ReplicatedStorage or in the Workspace, and use a Server Script to play the audio instead of a local script.

Ad
Log in to vote
0
Answered by
Tripyfy 28
5 years ago

I used to place it in Workspace and everyone could hear it, not at the same time but they could.

Answer this question