Ok so currently i’m scripting a boss rig for a game and i’m using a humanoid moveto function (ik i can use body movers but since i’m using humanoids for the bosses id prefer to just use them).
I tried playing around to see if the rig was too heavy / not heavy enough by changing density of the parts, tried editing walkspeed, HipHeight and tried without animation however no solution worked.
Anybody know how to fix / how to work around this?
This may be the wrong category, however since i do not know the origin of the issue this was my best guess.
Correct me if I’m wrong, but terrain takes material into account. Consider that your boss seems to be made out of metal? Could be a density factor you’re not aware of.
Still stumped on this, i ran the same code on a normal rig and it worked so its def not the code, if anybody would like to play around with the rig to try and get it to work it would be appreciated.
What you need to do is to make the HumanoidRootPart not anchored that will let the character move
I tried it on my own and it worked.(Sorry for not being able to answer I just became a member!)
@anon92559147, just to add some informations of what @blockmasterDM777 said, you should also think to change the HipHeight Property of your Humanoid, I had the same problem and this is how I solved it: