Viewmodel Arm Customization/Clothes

How would I add a users clothes to viewmodel arms? I’m making a melee combat game and I want to load clothes on the viewmodel arms (1st person). How would I go about this?

1 Like

I actually did this for my old fps framework. Your viewmodel must have a torso and arms and a humanoid that are all named correctly. You can then set the arms of your viewmodel to the color of the players arms. Then clone the players shirt and parent it to the viewmodel, this you should give you the effect your looking for.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.