How to reset and fire RigidBody3D

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

I began porting the game BeepSaber[1] to godot4. The game uses rigid_body.reset() and rigid_body.fire() as shown here[2] (line 669 and 700).

Both methods have been removed from godot4, is there an equivalent that I can use?

[1] GitHub - NeoSpark314/BeepSaber: A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)
[2] https://github.com/NeoSpark314/BeepSaber/blob/master/game/BeepSaber_Game.gd

:bust_in_silhouette: Reply From: LazyBigCat

they were not removed because they never existed :stuck_out_tongue:

they are defined in

and then this script is attached here