I made a custom character and Im not at all able to equip tools and have them in my rigs right hand, Is their a way that I can fix this?
I would love to help. but I need more context.
Im trying to make tools for my custom rig, but whenever I try to equip the tools, they just spawn where they were originally in the map and never go to the players hand or function.
Roblox tools require a handle to be put into your hand. You can do this by naming a part “Handle” in your tool model.
I know this, I did.
The issue Is, I made a custom character and rig, and whenever I try to equip the tool, it never goes into my hand.
So you are not using a standard roblox character?
Ayo I wanna see your starter char looks like
No, Im not.
Are you trying to make an eg like game? i really can’t help with this
Since you are using a custom character you may have to move the tool to your player manually. You can still use to tool events, but you would have to script the tool’s functionality.
No, Its a fighting game with those characters, I want to make my own tools for the game, but it doesn’t go to the Players Right Arm.
You would make a script that sets the tools CFrame reletive to your character’s hand and then weld it there when your player activates it. When the player de-activates the tool you could just move it away or destroy it.