The sounds are in SoundService, i dont know if that has anything to do with the problem, im sure in my previous games i have played sounds from SoundService in a LocalScript without problems
This happens because LocalScripts only run on the client, so the sound is only played for the client. You could use RemoteEvents if you want it to play for everyone else.