Player is stuck moving in only 1 axis

my player is stuck moving in only one axis (X-Axis) (dynamic rigid body with collisions)

heres my canvas: PlayCanvas | HTML5 Game Engine

Hi @REIGN_ASHLEY_DE_GUZM!

That’s because Linear Factor of the other axis is set to 0.

image

did the linear factor thing you said, but it really just moves in one axis and making Y:1 sometimes makes my player fall:<

heres my code and a video of my player falling when enabling the Y:1 (animations work fine with WASD it just really doesnt move)

You are not supposed to use translateLocal and applyForce at the same time. With a dynamic rigidbody you can only use applyForce.