The free models I’ve made for the community used to show up in the Models search using the creator hub if Include unverified creators option is enabled (sigh) but now none do. Additionally, no models will show up when searching my creator name.
Going to my profile here Inventory - Roblox and clicking on any of the models throws a 404. What’s going on here? Is my profile shadow banned from accessing my models? It seems like they all are bugged and can no longer be accessible.
Browser info:
Brave - Version 1.61.109 (Chromium: 120.0.6099.144)
Windows 11
It could be this started happening around the time this change went out.
I have had that happen for a number of models, but am still able to insert them into Studio using a command. Your Segway is still out there somewhere though:
I was able to import it using this command (you can copy/paste this into the command line and it should import):
for _, object in ipairs(game:GetObjects(“rbxassetid://331554374”)) do object.Parent = workspace end
I found this command here on the forum, but its been a while and can’t recall who posted it but kudos to that dev. Its the only way I have of accessing some of the stuff I had in my inventory before that change.
As for that change, well - I’m not sure what they were thinking to cut people off from their own creations but I’m glad there is a workaround.
I think some have been deleted - sometimes the command won’t pull in what I try to get it to but it is great to have nonetheless as items become increasingly inaccessible otherwise.
I got a message about where the command came from and wanted to add it here as an attribution and a huge thanks to @VSCPlays for posting it.