:Play() and :Stop() for sounds not working?

Is there anything in the output? This could be caused by many different factors:

  1. Sound was moderated
  2. You aren’t playing the sound object but instead something else
  3. Volume, TimePosition, etc
  4. ROBLOX’s audio update ([Update] Changes to Asset Privacy for Audio)
  5. A previous part of the script errored, thus stopping the script
  6. Some other reason?