I don’t know how I will go about making a third person system where you press W to go forwards, A to go left, etc and to play an animation. I actually have a script that does this but I’ve found it hard to break down. Could someone tell me the steps to doing a simple moving forward, backwards etc e.g. (I’m guessing) first, you create an enum for the position you’re in, then create a switch statement to move etc.
Thank you!
Look up Wow Camera Script in the forums. There are about a hundred scripts just in that thread that do exactly what you want.
Ok, thanks!