camera.keysUp not changing freecam control?

Hi!

Recently I started a new playground for a game I working on, and camera.keysUp doesn’t seem to change the camera movement control. This also affects .keysDown, .keysLeft, and .keysRight

https://www.babylonjs-playground.com/#E8C51D

Any help would be great. This tags worked before. They are on lines 35-38 on the playground.

Thanks for any help!

I think you forgot the “=”:
image

https://www.babylonjs-playground.com/#E8C51D#1

1 Like

Thanks!

I don’t know why I was forgetting it.