Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

i'm using godot and when i'm instancing the bullet i do the Bullet.look_at(get_global_mouse_position()) and boom its done

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)