My custom character can for whatever reason double jump for seemingly no reason. My character’s humanoid’s rig type is set to R15. I’ve been setting the player’s character by doing
EDIT: I think what I meant was misunderstood. I’m jumping once, however holding the space bar will seemingly carry on jumping on nothing.
It looks like you have to change HipHeight, which is a property of humanoid and appears to be too high at the moment… All default Roblox rigs have hip height of 2 studs, but since your character is much bigger, you have to figure out distance from bottom of character’s foot to the center of its humanoid root part. Multiply that number by 2/3, because that is approximate center to waist ratio.
Nope. My character works fine in every way except in jumping. I haven’t modified anything in my scripts that could effect jumping. Disabling AutoJump doesn’t seem to change anything.
You’ve probably already fixed this but:
I had this same problem and I fixed it by turning RigType from R6 - R15 under the humanoid.
I also turned off autojump.
Even if you probably fixed this, for people with a similar problem, adjust the jump power accordingly under the humanoid for huger characters.
This worked for my recent custom model; also make your model massless