respawning weapon

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

HI im wondering about how i can get a weapon to respawn. My weapon is a kinematic body balloon that should disappear when it comes into contact with the FLame character. I need another to appear when the mouse is clicked again.

:bust_in_silhouette: Reply From: GreyMiller

Try making the weapon a child scene and instance it when you need

How would I instance it??

dang_ | 2020-10-21 23:23

Using add_child() method on a node:
Node — Godot Engine (stable) documentation in English

GreyMiller | 2020-11-03 08:11