Where do I store sounds to play them locally?

I have a bunch of sounds that will only play locally, and I read ServerStorage is a good place to store sounds, however only ServerScripts can access ServerStorage, so what do I do?

:disguised_face:

Just store them in soundService and play it from a local script.

All sounds or only local sounds?

I think you can put all sounds their as they would probably count for server and client like replicated storage.

I only tried it with SFX so I don’t really know. maybe try playing the sound on a script as well as a client later and see the results

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.