How would I script the arrow keys to control an object?

Hi,

I am fairly new to programming and I am trying to make a cube be able to move around via the use of the Arrow keys. I would appreciate if someone was able to help me out :slight_smile:

Thanks

You’ll need: Input.GetKeyDown.

There are many tutorials on how to do this online.

Like this one:

Good luck. :slight_smile:

Thanks a lot :slight_smile: