You can try rough troubleshooting:
- in the event change the position of the player to another x and y. (will the player move if it's somewhere else?)
- check in debug if you can move the x or y when the player is stuck
- are there events that control movement of player? Disable all, except walking
- does the player have variables that control movement? Check these in debug when it's stuck.