Where is the setting for Pawn restricted movement in Parrot Game Demo

I used the parrot game demo as a basis for a project, and the pawn is restricted to only move left and right within a designated area, I found the setting previously and modified it but I need to modify it again and have no idea where it is. Help.

HI @PaulTheBookGuy ,
You could you try the following:

Open the Blueprint and press Ctrl+F; the Find Results panel will appear. Type what you want to search for, in your case, “Character Movement.” It will list the nodes, variables, and matches within that Blueprint; click any of them to jump straight to the corresponding node.
If you want to search the entire project, use Find in Blueprints with Ctrl+Shift+F or click the binoculars icon on the right. That should help you find what you’re looking for.

I’m also sharing documentation on the Parrot Game Sample that may be helpful to you

Hope it helps!