Sound playing from a location in my game

There is a random sound playing in my game. In runtime, I have tried deleting everything in the workspace, the sound still plays. This sound can be heard playing in the roblox client as well. There is nothing in SoundService. I cannot for the life of me figure out where this sound is coming from or how to delete it. Any assistance would be appreciated.

Probably created by a script. Could be client or server-side. Scripts can run from nearly everywhere so you’ll have to check everything.

We found the sound. It was playing from ReplicatedStorage, we were able to verify this during runtime by deleting the sound from ReplicatedStorage and having the sound stop playing. It doesnt really make sense, but I guess sounds can play from replicatedStorage?