How to add a shirt to a viewmodel rig?

  1. What do you want to achieve?
    Would like to add a shirt to a viewmodel rig

  2. What is the issue?
    Im not sure how I can execute this without clashing with the viewmodel

  3. What solutions have you tried so far?
    I have tried adding a humanoid and using Physics Service but realized you cant use Physics service on the client because it said you can only use this API on the server (adding a Humanoid makes all the parts inside of the Viewmodel CanCollide on aswell as cause other issues)

Explorer:
image

Adding a humanoid is the only way you can easily do this; you can set the collision group of the parts to a custom one that doesn’t collide with Default to avoid the cancollide true issue.

4 Likes