i need help i am new to godot

Godot Version

4.6

Question

idk what to do

What are you trying to do? Also, for future reference, you copy and paste code into a formatting area (you can get the formatting from up on the bar above the text box, click on the ā€œ </> ā€œ symbol) :smiley:

1 Like

Also, make your player and world different scenes. You can connect scenes by dragging them into either the node or world menus (center or left), or by clicking the link button on the top bar on the left and linking it that way. You should have your player seperate from everything else, because the way you have it now, you cant use your player in any other scene other than this one.

Whats with the node 3d’s, as well? The most you should have, at least for what i think you might be trying to set up, is one.

The reason you have the error on camera pivot is because the camera pivot is not a child of the player, meaning the script can not check for it. Depending on what your trying to do, i can try and help you set it up and explain why it works, but what are you trying to do? :smiley:

Are you trying to make an fps camera?