how to fix 3rd person player only moves 1 step per click?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kiran

how to fix 3rd person player only moves 1 step per click?

This is impossible to answer without more information. Please include how you have your “3rd person player” set up and what code you’re using to detect a “click” and move them.

kidscancode | 2021-04-07 16:24

:bust_in_silhouette: Reply From: Mxt08

You have to cut the move code to the _physics_process(delta) function.