Custom Rig is floating but adjusting HipHeight does not work

My custom rig is flying in the air but no matter what I adjust the HipHeight to (I’ve tried 5.5, 5, 0.5, 0.55, -2, 0, 1, 2, -200, -100, etc.) it always bears the same result. The exact same result.

I feel like the issue might lie somewhere else, then. What’s wrong with my rig?


1 Like

IMPORTANT: This is a free model from the Toolbox, but I did the rigging myself.
The “movement” script fixes this issue (somewhat) if it’s enabled.
Initially it’ll float but then it’ll throw itself down and start jumping around.

Now I’m even more confused.

Asset Link: https://create.roblox.com/store/asset/75348667653835/Gubby-Dreamers-Bunny

Hey i’ve used the same rig!, turn off cancollide for the legs, fixed it for me

My model’s legs were already CanCollide false. I tried making only the hmr, torso, and head CanCollide true while making the legs CanCollide false but that didn’t do me any favours

Turn off cancollide for torso, the hrp is supposed to be its hitbox

Did not work, sorry. Gubby still ascends.
HOWEVER:
The “JumpScript” has an area where it changes the JumpForce (inside Gubby’s Torso) to 0 which manages to ground Gubby (albeit Gubby still moves around all jittery)
So I made a script that constantly makes sure that the MaxForce and Velocity are set to 0.
Gubby ascends initially, but after about 1 second (and getting ragdolled) it returns to normal.
Then I fixed the hip height to 0.55 so that its feet weren’t going into the ground.

I think we’re nearing a solution

With help from @Dankinations I was able to solve the issue.

The model’s Torso has a Instance inside of it that has three values: P, Velocity, and MaxForce.
Have a script make sure that these three values are always set to 0
You’ll need to put it in StarterCharacterScripts if you make Gubby a StarterCharacter

Now Gubby will stop floating!

Actually you can just delete that, if you want to make a custom jump system just create a lineforce when the player jumps

If I delete it, then the bunny ascends at lightspeeds, so i think I’ll be keeping it
Thanks for the help

Bro who the heck is Gubby???

The little bunny guy is called a gubby

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.