The character do not equip tools

Hello,

I have a problem with my custom character. Firstly, I created it in blender and added the bones in blender as well. Once I did it, I imported the character in Roblox with : Avatar Importer > Custom.

The character is R15 and no R6. By the way, the content of the character :
image

In my game, once we click on a button, an event is fired and give the character + the guns, but I do not get anything.

I have the same thing when I want to create animations with a tool :

Wait, why does your character only have a HumanoidRootPart? Is the whole character just one part? If yes then you may need to add attachments yourself and align the gun accordingly.

1 Like

I created the character in one object yes, to add bones to the character. So what I have to add?

Create attachments on the HumanoidRootPart to match the position of the arms and legs or whatever you need. The problem is, I’m not sure if the attachments will move since your character is made of bones not of multiple parts.

1 Like

I do not know how can I create a character with multiple objects and add bones… Do you you think it can works with a weld?

Can you do something for me? Can you expand the HumanoidRootPart and tell me if there are just bones or also other body parts?

1 Like

There is only ONE part : HumanoidRootPart.

Okay then yes attachments most likely won’t do the trick. There’s a post of a few months ago that asked a different question but with the same goal, someone recommended using RigidConstraints to attach accessories or in your case a tool to the character, although I don’t know how you’d code it.

1 Like

I did not understand :sob: can you elaborate please?