Avatar Customizer

How would I make an avatar customizer GUI like in Brookhaven? I have made little ones (a GUI with very little outfit options). It seems like it would be a hastle to have to create every individual GUI for every outfit option. I have looked online for tutorials on how to make this but I only get videos saying to use a text box and paste in an asset Id. I would like to know the best way to make an avatar customizer GUI without having to make every individual Gui button.

This would require a bit of scripting but you could have a script create the buttons and lay them out given a table of IDs. That way all your doing is putting in the IDs.

I have created gui’s based on tables of id’s for gamepasses. So I do a similar thing for this? All I have to do is go through roblox and copy the id’s I like then auto-create the buttons? But how do I get the images?

I don’t deal with Gui’s too much but I think it might be worth looking into Roblox’s UILayout.

Images also use IDs just like clothing.

So the id in the search bar link for the outfit item will also work for the image?

Correct. You’ll just paste the ID into either an ‘Image Button’ or an ‘Image Label’ depending on what you want.

image

1 Like