Create custom Character Controls

Hey guys, I’m creating an custom character control for mobile, everything is working BUT, there is one issue. The Walk Forward and Backward buttons are not working, is there any way how to fire the WalkForward Event? Using Humanoid:Move(x) is not working. There is no need to post the code, just tell me how to make the character move forward and backward

1 Like

Humanoid move should work, the code below works for a similar custom character control script.