Tank Controls

I have this part in my game, sort of like a minigame I guess, and it plays similarly to Resident Evil or Silent Hill.

I did indeed check this out.

It doesn’t work, only thing it does is makes me go forward, which pretty much destroys the purpose of even using the script.

Thanks in Advance!

Like this?

Image from Gyazo

Code doesn’t work, dunno if something happened on my end but it refuses to move at all with this setup.

Did you perhaps forget to enable input on the actor? Can you see the nodes fire?
Also, your Speed and Rotation values are set to 0… You know what they say about multiplying by zero :wink:

Yeah the nodes don’t fire, but I’m pretty new to blueprints so how would I be able to change the values?

When you compare my and your image, you’ll see the difference. Where mine says 10, yours reads 0, where my rotation node has 1, yours has 0.

Wonderful! I did have a problem where my animation BP wouldn’t recgonize that my player was moving so I edited it to use add movement input instead of SetActorWorldOffset. You’ve been a big help man, I really appreciate it!