In Game Avatar Editor v2

You put everything in the right place, and it’s not showing in the topbar?

1 Like

Everything is correct and it isn’t showing in top bar do you have Discord?

2 Likes

Yes, and could send a screenshot of your explorer?

1 Like

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

3 Likes

oh WOW… I have no words to explain, how much time I had been waiting for this update Looks really Awesome! :wink:

Now lets see little kid’s selling this model on youtube for bobux… :sunglasses:

4 Likes

Added. You will need this: Avatar Editor 2 Functions - Roblox

See Manually Adding Items section for more info.

2 Likes

This is a great resource and I’m glad to see my module coming in handy!

1 Like

Where this function should be placed?

You have to run the code from the command bar. See Manually Adding Items section for more info.

1 Like

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!

1 Like

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.

3 Likes

Is there a way to order the items randomly? On “game.ReplicatedStorage.AvatarEditor.Shared.CatalogData” is order by name. :thinking:

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. :doh:

Oh whoops.

AvatarEditor.Client.CatalogList: line 288.

sort(searchResults)

Comment that out.

2 Likes

v1.1.1

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.

4 Likes

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.)

2 Likes

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.

2 Likes

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.