[SOLVED] Help With First Person Movement Tutorial

Hello, I am trying to make a first person horror game, and I’ve been following the first person movement tutorial, However, it isn’t working for me. I am pretty new to programming in general and even newer to javascript. I followed all the directions in the tutorial(including setting the linear damping to 0.99 and the angular factors to 0 X 0 Y 0 Z), but it still won’t let me move with WASD, I can only look around. Here’s my project.
https://playcanvas.com/editor/scene/1509624

Hi @OMN1B and welcome! If you click on your player entity, you will see the warning below on some components. Can you please try to import the Ammo module to see if that solves your problem?

I’m not entirely sure what an ammo module is, or how to import it? What would I import there? And thank you for the reply

Never mind, I fixed it, Thank you!

You can find more information about the Ammo module on the page below.

https://developer.playcanvas.com/en/user-manual/physics/physics-basics/