I need a way to put clothes on a tool

The Building Support sub-category is intended for all development support relating to architecture on the Roblox platform. This includes questions ranging in difficulty from extremely basic to even the most technical of issues.

You may present your thread how you choose, but you are required to answer the following questions in your thread;

  • What are you attempting to achieve? (Keep it simple and clear)
  • What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
  • What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)

Hello, I am trying to achieve making a tool that has clothes on it (The player will be holding a small character) but apperently roblox clothing features only work if theres a humanoid and its parented to a model (from what i have tested with). I have tried putting the whole character model in the tool but i guess because no immidiate children are a handle that wont work. Any help and very appriaciated thanks!

Make a Handle part and weld it to the HumanoidRootPart/Torso of the mini character model. Then you can have the model inside the tool.

U could do that like arsenal gun by just make the character and make animatable motor6d to connect to player but u cant use tools. U can also export character in single mesh and import then use it for ur tool but not animatable

You can actually just weld the handle to any part of the model and it will hold it in place (relative to the handle, of course)

So if you have a gear with a handle and a model, just weld any part of that model and the handle together. Everything past that should be self explanatory.