CharacterBody3D's bone collision

Godot Version

4.4

Question

i’m trying to make a player(CharacterBody3D) which will have it’s collision attached to it’s bone and move along the bone and I don’t want to use a single collision for whole player cause it’s not going to be much flexible and accurate.But I’m unable to implement it.