Why my model is moving backward without any script

The video

This model is moving backward(weird) without any script if the humanoid is exist in model.
Like MoveTo or PivotTo

This is structure of the model.

I can give the model if someone need it.

If I delete the humanoid it isn’t moving backword itself.

Removing the humanoid isn’t recommended.
can you show me your script, please? :3

I didn’t use any script
I’ll send you the file of model

This is the model
Trex.rbxm (89.9 KB)

If there is no script why is this in Scripting Support

Umm idk which category should I choose

Art Design Support

1 Like

Are you trying to move the humanoidrootpart???

Yep before
But currently I’m fixing the bug that model is moving itself first

Check the HipHeight of the Humanoid it could be too low for your character, causing it to slide.

1 Like

The issue was the Humanoid’s HipHeight property, as @kurohski suggested. The fix is to ensure it is high enough to stop the sliding. I believe it’s based on the Pivot Point or, more likely, the center of mass. Anyway, setting it to 4 worked for me. It was previously set to -0.05.

image

3 Likes

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