How do I move a playable character with another playable character?

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

Disclaimer: I am a beginner coder but can learn fast.

I’m making a 3d project that is also a sort of exam for my entrepreneurship class. A part of the game is two balls (the playable characters) trying to knock each other off the edge. As far as I know you can;t move a kinematic body with another kinematic body. How do I get around this?

:bust_in_silhouette: Reply From: flurick

Welcome to Godot!
There are 3 main types of physical object types, the one that can be pushed around is the RIgidbody and we have a quick introduction in the docs here