You put everything in the right place, and it’s not showing in the topbar?
Everything is correct and it isn’t showing in top bar do you have Discord?
Yes, and could send a screenshot of your explorer?
Yes since I have so much stuff in it I will need to take a picture one by one can you add me on Discord CorruptDetected#9384
oh WOW… I have no words to explain, how much time I had been waiting for this update Looks really Awesome!
Now lets see little kid’s selling this model on youtube for bobux…
Added. You will need this: Avatar Editor 2 Functions - Roblox
See Manually Adding Items
section for more info.
This is a great resource and I’m glad to see my module coming in handy!
Where this function should be placed?
You have to run the code from the command bar. See Manually Adding Items
section for more info.
Amazing and stunning job! Any plans on adding “custom accessories” so people that make accessories, or want to try UGC stuff out before submitting it to roblox can add them into the catalog without it needing to be inside of Roblox’s Catalog? I hope you understand my point!
My avatar editor uses HumanoidDescriptions to update your avatar. I am not sure if HumanoidDescriptions check if the asset id is an actual accessory.
So in theory, you can upload the accessory as a model instead of an accessory. I do not know what the process is like when uploading an accessory.
The ManualAppend script only works on accessories, not models though.
Is there a way to order the items randomly? On “game.ReplicatedStorage.AvatarEditor.Shared.CatalogData” is order by name.
In AvatarEditor.Shared.CatalogData
, you can comment these lines
table.sort(data, function(a, b)
return a.name < b.name
--return tonumber(a.Name:match("%d+")) < tonumber(b.Name:match("%d+"))
end)
That should put it in a somewhat random order.
Avatar System Gets broken when commenting on those lines.
Oh whoops.
AvatarEditor.Client.CatalogList
: line 288.
sort(searchResults)
Comment that out.
v1.1.1
- Yay we got a plugin now: Avatar Editor Plugin - Roblox
Use the plugin to quick install and add accessories to the database. - And everything is open source on GitHub GitHub - Y1195/Avatar-Editor-2
Hopefully I did not break anything.
If you already have the editor installed and you want to install through the plugin, delete the old AvatarEditor
(most importantly ReplicatedStorage.AvatarEdtior
and ServerStorage.AvatarEditorServer
) and install through the plugin.
The old AvatarEditor functions thing is removed, you can no longer use it. Use the plugin if you want to add more accessories.
Suggestion: the ability for players to manually add items to their avatar by inserting an id. So they could use items inside of the catalog, but not in the editor. (Togglable in the config and having the option to require a game pass to use.) (Items including hats, shirts, pants, etc.)
Thank you for the plugin! Very nice and works great. I have a question-can we remove existing accessories all at once instead of entering the id for each? I prefer to start from scratch and add select ones from Roblox’s avatar shop.
Update: I figured out how to remove everything and the process took seconds.
Please add more to the catalog! it would take AGES for me to manually add them.
There’s a bug in the catalog api where items are only added up to around 30 pages, as stated below.
Website Catalog as well as Catalog API not giving results after PageNumber 34 - Bug Reports / Website Bugs - DevForum | Roblox
Hopefully what I said a few replies above will be added so the players can add items themselves.