Create a variable “canSprint” (Boolean) and make it true when shift is pressed and false when shift is released.
Then from event tick take a branch with the condition canSprint And continue with your code
Create a variable “canSprint” (Boolean) and make it true when shift is pressed and false when shift is released.
Then from event tick take a branch with the condition canSprint And continue with your code