Creating a model generates an invalid URL

When you publish a new model, an URL is provided so you can share the link to your friends. The problem is the URL sends you to a 404 page instead of the model’s page.

Here is an example of a URL generated by publishing a new model:

Here is the URL of the model when you use the site to navigate:
https://www.roblox.com/library/694053318/ALWEG-monorail-beam

For whatever reason, the site requires at least 1 character after the ID for it to find the asset properly. ROBLOX Studio should append the provided name of the asset to the generated URL. Filtering the generated URL is not an issue because the site auto-redirects to the proper name of the asset, and the proper name of the asset shows up in the browser’s history.

It would be nice if this:[quote=“NWSpacek, post:1, topic:34328”]
the site requires at least 1 character after the ID for it to find the asset properly
[/quote]

could be removed too.

It would solve this issue. Ideally, the link studio provides would include the name though, so it’s not the best solution to just change the link handling