So I can't really figure out how to make a sound play only for a specific player(s) and was wondering if I could get some help I tried looking on the API reference for any hints but I can't seem to find anything. Sorry if this question is a little weird but I am really having trouble, I wan't a specific sound to make only to that player when ever they press a button. So that the entire server does not here that. For example: My title screen, The music for my title screen, shop and options buttons, and much much more. All advice is very appreciated! ~SupremeStarfish
Simply do
mySound:Play()
in a LocalScript, and it will only play on the client who owns that LocalScript.
https://developer.roblox.com/api-reference/class/Sound
https://developer.roblox.com/api-reference/class/LocalScript