Tool is invisible

I’m pretty sure handle is already added, (can see under “Photo” in the original topic.)

I see. I’m unsure how to do this, but I’ll try looking into it.

The easiest way to weld if you’re not comfortable with scripting is weld constraints, you simply insert weld constraints into a part and then edit the parts attached in the properties

1 Like

I’m assuming Part0 should be the WeldConstraint’s parent and Part1 should be the part underneath it?

If so, I just finished doing this. And it shows the gun up! But, not properly.

Photo

Photo

You’ll need to edit the tool grip to fix its orientation and position.

1 Like

Welding parts in a tool is relatively easy. My favorite way to do this is with a weld plugin.

This one’s my favorite. It’s barebones and automatically sets the offset of the welds so they dont teleport to eachother’s surfaces.

2 Likes

Thanks a bunch! I’ll try this now.

for everyone who may have this problem in the future: I also had it and in my case I tried to use Humanoid: EquipTool through a tool that was in an ImageButton (the goal was to use the backpack just to store items). I don’t know what the problem was but I decided to send him to the backpack before equipping him:

local tool = --here you set your tool
tool.Parent = backpack
humanoid: EquipTool (tool)
2 Likes