I am looking to make a customization system similar to Grand Piece Online (picture of reference below). How would I go about making one of these? I am aware of how to make 3d clothing as well as the UI, but not so sure about scripting the clothing and UI…
Suprisingly because of some limitations that coding is a bit harder than wanted since you can’t add accessories on the client so you would have to use RemoteEvents
A good start would to have a dummy and change the camera to look at the dummy and use a ui to select different accessories and then send what you wanted over the server to put it on for you.
You could maybe follow a few tutorials online to get a good idea
What I got from the video is that you’re gonna want to bring the models for the clothing and hats into ReplicatedStorage. I will take a look at the scripts in the model he mentioned in the video. Again, thanks for sending the video!