I know this my sound like a beginner question but sorry to say I am kind of a beginner at all this. Especially the scripting part. But yea… if anyone can help me out on this, I am trying to figure out how to rotate a cube 90’ degrees on the Y Axis every time I press the D key and also rotate 90’ degrees in reverse when I press the A key
On D press > Set actor rotation > Yaw 90 (will have to add a Do Once if you bind it to an analog input).
If you want to rotate smoothly while held you will need a few more nodes and run it though the tick function.