Custom character problems

I’ve got a custom character with a hitbox (green part) welded to it. Only the hitbox has CanCollide on, all the limbs, head and torso are CanCollide off. The hitbox has CustomPhysicalProperties turned on with Density and Friction set to max. Any ideas on how to make the character not fall off a part, if even a really small portion of the hitbox (green part) is on it? Sometimes the character just slides off, sometimes it stays on but the character is tilted??

Here’s what it looks like in action:

2 Likes

i think you should just make your own character controller instead of roblox’s if this is what your planning to achieve

1 Like

I’ve never tried this (and this may cause problems), but try and set the mass of the character limbs to 0? It seems like the mass is weighing the hitbox down and causing the whole model to fall.

please tutorial on how to make the same hitbox