you're missing a bracket on your if, and using the wrong symbols to open/close your else...
if(Input.GetButtonDown("Sprint")){
} else{
anim.SetBool("Sprint", false);
}
other errors may disappear when this is sorted, but you may have too many wiggly brackets or too few at the end.
↧