Creator Hub Audio Upload Rejected and Incorrectly Identifies Audio Length

When uploading audio files through the Roblox Creator Hub, the system incorrectly identifies the file length and immediately moderates (denies) the upload. The issue persists across multiple upload attempts. If it happens to be against Roblox’s TOS, my account does not receive any moderation message. The audio also cannot be played.

Steps to Reproduce

  1. Roblox → Create
  2. Creator Hub → Creations
  3. Creations → Development Items
  4. Development Items → Audio
  5. Upload asset

Relevant Media


(This is under CC0)

Expected behavior

The audio file’s length is correctly identified and the audio proceeds into the Roblox system for moderation.

Page URL: https://create.roblox.com/store/asset/76701532419339/UnderwaterAmbience

Try re-exporting the audio, or saving it under a different format.

Back when public audio still existed and you had to pay to upload, people used to use a bug in audio compression + how Roblox interprets it so longer content would appear shorter (and in turn cost less to upload)
I’d imagine it may be a similar issue here, and it’s just denying the upload because it might be able to detect that these days.

1 Like

I followed your advice and converted the file to .ogg.

The file was pending moderation, as expected.

However, the audio was then blocked for IP violation, which is unusual as the original mp3 file was left alone. I would try other audio formats, but I don’t want to push the system and receive an automatic moderation action against my account.

1 Like

Found this match for the audio:

{
  "response": {
    "status": {
      "code": 0,
      "msg": "Success",
      "version": "1.0"
    },
    "cost_time": 0.46000003814697,
    "result_type": 0,
    "metadata": {
      "timestamp_utc": "2025-09-13 07:28:06",
      "music": [
        {
          "db_end_time_offset_ms": 44780,
          "sample_begin_time_offset_ms": 0,
          "sample_end_time_offset_ms": 11300,
          "play_offset_ms": 45220,
          "title": "Just Beneath the Surface",
          "artists": [
            {
              "name": "Chillpill"
            }
          ],
          "acrid": "6e0f8089499e641a95b491af56ec997f",
          "external_ids": {
            "isrc": "NOCVS2105262"
          },
          "external_metadata": [],
          "score": 100,
          "duration_ms": 46360,
          "release_date": "2021-04-02",
          "result_from": 1,
          "album": {
            "name": "Coral Reef"
          },
          "db_begin_time_offset_ms": 33480
        },
        {
          "db_end_time_offset_ms": 70840,
          "sample_begin_time_offset_ms": 0,
          "sample_end_time_offset_ms": 11660,
          "play_offset_ms": 71140,
          "label": "5889398 Records DK",
          "title": "underwater isnt bad",
          "album": {
            "name": "underwater isnt bad"
          },
          "artists": [
            {
              "name": "Krisous"
            }
          ],
          "acrid": "5a514cabfb719c3cae34f2724d8b8725",
          "external_ids": {
            "isrc": "QZTB22543627"
          },
          "external_metadata": [],
          "score": 100,
          "duration_ms": 95000,
          "genres": [
            {
              "id": 173,
              "name": "Films/Games"
            },
            {
              "id": 174,
              "name": "Film Scores"
            }
          ],
          "result_from": 1,
          "release_date": "2025-06-09",
          "db_begin_time_offset_ms": 59180
        },
        {
          "db_end_time_offset_ms": 30800,
          "sample_begin_time_offset_ms": 0,
          "sample_end_time_offset_ms": 11260,
          "play_offset_ms": 31240,
          "title": "Swimming",
          "artists": [
            {
              "name": "Chillpill"
            }
          ],
          "acrid": "aba4d6ab55e640843ccb61796332550f",
          "external_ids": {
            "isrc": "NOCVS2105207"
          },
          "external_metadata": [],
          "score": 100,
          "duration_ms": 48400,
          "release_date": "2021-04-02",
          "result_from": 1,
          "album": {
            "name": "Deep Ocean Sounds"
          },
          "db_begin_time_offset_ms": 19540
        }
      ]
    }
  }
}

Roblox removes tracks instantly which are remotely close to the fingerprint of already existing track. It’s not really avoidable nor appealable :c.

Those don’t affect your account, but at the same time it would be pointless for you to retry if the system is just going to reject it, over and over.

4 Likes

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