Cloning client sound to server

How could I clone a sound, coming from the client to the server.

Ex: I click a button and clone the sound to the server, replicatedStorage or a folder in workspace.

like:

--LocalScript
local NewSound = Instance.new("Sound", Workspace.SoundFolder)

but that way, only the client can access the sound. How do I get the sound to be accessed by the server

I don’t really get what you mean by that, but thing to note that is when a client plays a sound, other people would hear it.