How to play sound from server side, locally?

I am having some trouble with playing a sound from a server script to the client itself so It doesn’t replicate over to other players. I’ve searched some posts but they weren’t that helpful for me.

1 Like

you can use a remote event (server to client) to play the sound via the client

I know this says Solved, but you could use SoundService:PlayLocalSound instead.

3 Likes

Also, please mark @itsfate0’s reply as solved so others with the same question can find it.

It says in the documentation that the sound will be heard by then script calling the function so I assume it’s meant for LocalScripts. In that case, you would still end up using a RemoteEvent

1 Like