"move to" function

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

I have a meshinstance and want to move it to a point but I don’t no how.

:bust_in_silhouette: Reply From: Ertain

Add the mesh to a KinematicBody and use functions like move_and_collide() or move_and_slide() to move the mesh around. Here’s a video that may help you with moving the mesh around.

Ok, thank you.

Bot7 | 2020-12-21 23:51