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