So, I decided I would make a third person game, so I imported a third person character following a youtube vide, many of them actually… But when I start up the game, I can use all of the controls, but only the run animation works, and its constant… How may I fix this? Ive tried several times but come out with the same result… PLEASE HELP
First you need to use a useful topic title. Normally nobody will answer “Please Help” Threads. Then you should avoid FAT LETTERS BECAUSE THIS DISTRACTS PEOPLE TOO. That`s yelling.
Ontopic: you need to learn scripting. There`s no way around it when you ever want to fix such complex scripts like the Third Person Controller. Such complex code like the Third Person Controller is good for having a look how other people have solved some sub problems. But it costs too much time to tweak such a complex script to your needs. Actually you are much faster with simply rewriting your movement code from scratch instead of understanding something that somebody else has written. That way you can be sure that you know what bit comes where, and that everything works as you want it to.