How To Make ACS Gun Sounds Play For Everyone

Hello, today I will be explaining how you can make your ACS guns shoot and make sound for everyone in the server.

Important:

Before reading this tutorial, remember that disabling RespectFilteringEnabled can be risky. As other replies have said, it’s recommend to replicate the sounds instead. This is for people who would rather take less effort with more risk.

  • First, install ACS if you already haven’t.
  • Next, add your guns of choice into the game and edit ACS however you like.
  • Then go to SoundService’s Properties
  • After that, disable RespectFilteringEnabled.
  • All done!

Now publish your game to Roblox, and play with an alt or friend/random and now you can hear gun
shots on the server!

1 Like

tl;dr:
if you want gun sounds to play server-side, you should worsen your game security.

This is not a tutorial, this is a lazy & risky way of allowing the client to play all sounds on the server.

If you disable RespectFilteringEnabled, exploiters can loop every gun sound for every player. This would be a nuisance for players, to say the least.


If you want to improve this tutorial, look into remote events. You want to play the sound either on the server or invoking a remote to players to play the sound.

6 Likes

Disabling RespectFilteringEnabled is not recommended!

5 Likes

You’re allowing a common exploits to put some distorted sound,.,.,.,.,..

just REPLICATE the sound you’re playing with a remote events instead👌

4 Likes