Searching with Model ID

As a Roblox developer, it is currently harder to search up a model, if in-studio, you only have the ID of the model.
You would need to go to an existing model on the website, for then to past in your studio model ID.

If there was a way to search for model ID, on the toolbox search, it would help developers find the exact model quicker, rather than having to find the name of the model, on the website, then pasting that into the toolbox search, to insert the model that you have in your inventory.

If Roblox is able to address this issue, it would improve my development experience because it would help developers find the exact model, that you own, simply by using the search feature in the studio.
Rather than having to do the thing that i wrote about earlier, regarding going to the website to find the mode.
In order to find the name of the model, to search for in the studio.

10 Likes

You can run this in the command bar for now:

game:GetObjects("rbxassetid://model_id")[1].Parent = workspace

Inconvenient to have to run it every time you want to insert a model, but it’s a workaround for now.

7 Likes