I’m new to Godot and I wanted to separate my playermodel and a simple world for the player to move around as two separate scenes. The issue is that I can’t seem to find a way to combine the two. The only thing that works is scene instancing, but doesn’t that just directly puts every content in a scene to the desired current scene?