Roblox Sound only plays Locally

My game use guns that work just fine but the Shooting sound,teload sound and equip sound isnt playing. These Sounds only play Locally but I want them be heared by all players near the shooting person.
I askeebmy main Dev but his code changes just made the guns either not play any sound or made them stop working. I can send Screen shots of the Code in a few Hours my PC is in repair

(It’s inside a LocalScript that is inside the Tool and Sounds are played without RemoteEvent)

This is why it is playing only locally.

You would have to play the sound in a server script. You could send an event to the server, which would play the sound for everyone to hear.

1 Like

You have to play sound from a normal script to hear it in the workspace.