Issues with character control

i had an app state and made a simple file which handles moving of a player and ji have checked that the update () method is working but i cant control my player(Node) on which Character control is applied
i ll send the code if required

I guess you try to move the node you attached the spatial to by using setLocalTranslation which obviously won’t work because the control sets the position of the spatial.

wait i will send the code for more clarity and i had directly used the node onto which i had set the character controls location