Is there any simple way to move a rigid body2d from point A to B?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By InstelGames
:warning: Old Version Published before Godot 3 was released.

For example if I wanted to move my player or another player from one side of the screen to the other side without having to move the player at all?

:bust_in_silhouette: Reply From: avencherus

player.translate(point_b)