Will :Play() sound Replicate when in local script?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Explosion SFX!

  2. **What is the issue?**I do not want to use :PlayLocalSound() As it does not respect the original audio so i wonder if i:Play on a local script, Will it replicates?

I don’t think it will, you may use RemoteEvent
Just fire it from the client, connect to it on the server script and play the sound from it.

Yes it does not, its best to use a remote event or a remote function as stated by @mwe_dev

SO it’ll not replicate? Ok I’ll try

Yeah, it surely won’t replicate, because otherwise exploiters could just :Play() any Sound they want.

Yes, it wont replicate if you play it from the client