Client Sound ONLY

I wanna play a sound when the play button is clicked, would this sound be client sided only, or would everyone else hear it?

If you play it from a client script, or if it’s in the player hierarchy, then it’s only heard on the client.
However, if you play it from a server script and it’s in workspace, then it will be heard by all.

1 Like

Good to know! Thank you, this will be very helpful in the future!