Hello, can you add an avatar item purchase button for mobile, and can you make it easier to buy avatar items?
And you can add page system, maybe itās better
You tap an hold the item to purchase it.
Hello again, I discovered emote idās are accepted in the plug-in. Will there be an update so they appear in the editor?
Probably not, Iāll update the plugin to remove the emote option.
Thatās a trivial feature, but it shouldnāt be too hard.
Just detect for the gamepass on the server, and then send all the guis and scripts to the client if they do.
Or perhaps only accept avatar edit requests from people that own the gamepass, though youāll need to meddle with its code for this one.
I think itās a better idea to put a buy button for mobile users.
It would be great to add Emotes in the Avatar Editor!
Could I possibly edit this to only have set accessories? I mean that I donāt want them to have an ID, basically something like childs, or contents accessories/faces.
Since this uses HumanoidDescriptions, it needs an ID for it to work.
This is nice! Keep up the good work! By the way, I got an error in the CatalogData module. No idea how to fix it, lol. (This does the same thing in-game too, not just studio testing mode )
[Edit]- (I fixed it by replacing the model, I must have accidentally deleted something)
This happens when you click on the value property of the StringValues under CatalogData.
I do not know why it happens. Probably because the string is really long or something.
Replacing the StringValues solves this.
Thank you for creating this resource!
I was just wondering is there any way our games could get in trouble if someone saves an outfit under a rude name? Does the avatar save naming feature only save filtered text?
Iām new to Roblox Studio and saving data so I just want to know if there is any risk before I try and use it. Thanks!
Only the filtered text is saved.
Hello I have a question, is there any way to change the GUI button? I dont want it to be in the top bar. I want to make a separate button to open the catalog. Is that possible? If so how would I make that?
Yes.
Require the client side module.
local AEC = require(AvatarEditor.AvatarEditorClient)
Then you can call AEC:Load()
and AEC:Destroy()
to open and close the editor, respectively.
Read the Basic Usage section for more information.
hello, how can i make the avatar editor automatically close when a player died or reset?
and also thank u
*nvm i got it
hello, has anyone able to upload their own custom accessories? pls can u tell me how? pls pls thanks
Itās fairly simple: upload the accessory as a model to roblox, go to the adder in the plugin, insert the asset id under custom accessories, select the type of accessory (hat, hair, face, etc.) press add then press update database.
I donāt imagine you have a list of all the item IDs built into the editor (esp. considering itād be very long, no doubt), but I thought Iād ask if you do anyway? Quicker removal of unwanted items would be easier if you have one.
EDIT: Actually, I canāt see to remove built-in items at all. It reads 0 Success | 0 Failed
. I donāt know if this is intentional, but it does create a bit of a messy clutter for those of us who want an editor of our own chosen items and not defaults.
A section dedicated to manually-added items might be good, so we donāt have to dig through the alphabetical sorting.