I’m PC user, when I use WASD key to move around. The key not function. what should I do?
1 Like
when “w” key pressed in coblocks or addEventListener(“w”, myfunction) in typescript (js)
The WASD keys should work like the arrows keys normally (with the need for programming).
If your WASD keys do not move you, do the arrows keys move you? If not, then you should check the Camera settings to make sure the Camera is not set to “Fixed Position” which prevents the player from moving around.
1 Like