Process Function not Working

Godot Version

4.3

Question

So, I made a new project for a game jam and when i added a script to the player, it wasn’t working. (Default godot player script). So I tried to add a “print” function to see if my physics process function was working, and when i played it, it didn’t print anything, which means this is a problem with the process function, I checked to make sure that my script was attached and it still wasn’t working. Can someone help me?

I don’t see a print statement in your code. Are you running the “Player” scene or the “world” scene?