How to grab turrets in the "FPS tutorial"?

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

hello. I’m trying to modify the " FPS tutorial" in the godot
documentation to give the ability to the player to grab the turret.

For this, I’m changing the “static bodies” of the turret to “rigid bodies” but the player refuses to grave the turret even if it is a rigid body.

I also try to change the root node to a “rigid body” and change the script to extend from a rigid body instead of a spatial, this is not working either.

Any suggestion on how to approach these?
Thanks