How am I able to control the rotation of a character in Godot(Visual Script)?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By F.o.M._YT

How am I able to control the rotation of a character in Godot(Visual Script)?

Or to to control the rotation with a other button than listed under the block “Action” ?

:bust_in_silhouette: Reply From: fpicoral
:bust_in_silhouette: Reply From: vic.the.developer

You can use func _input() to listen for all input events and then apply rotation to your character based on those input events. KinematicBody2D.rotate()