Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I am also in Godot. But how do you call an instance unless it’s a child node?

you can do get_parent.add_child(BulletIns) or get_tree().get_root().add_child(BulletIns)