Pong game help

I’m making a pong style game but the paddle will not go up and down. I’ve tried several different coding options but nothing seems to be working

https://playcanvas.com/editor/scene/1775520

Hi @Jacob_Jack,

The way you are handling user input isn’t correct, check the Input section on the Tutorials and Examples page. Start with keyboard input and check the movement examples on how it’s used for moving the player:

https://developer.playcanvas.com/en/tutorials/?tags=input

Thanks. This stuff is new to me. Much appreciated!!!