Godot Version
4.7
Question
I have made 4 seperate characters in the main player_controller, and forgot to make a different scene for each character. How would I go about taking the code and putting them in their own scene?
Create a new scene for each character, and copy and paste the character code.
Should I copy the character controller code itself into each one as well?
You could right click and save as new branch or new scene. Dont remember the exact word used, but you will get scripts attached to the node you right click and any node parented to it, also with scripts attached, saved in a separate scene.