For example, if there is a part, and a player touches it, and the whole server hears the audio (music ID) Thank you!
Put the Sound
instance in workspace
function onTouched(hit) game.workspace.sound:Play() --Its finding the "Sound" in workspace and making it play. end script.Parent.Touched:connect(onTouched)