Ok, so I’m making a first-person game, and I’m trying to get my player to look in the same direction the camera’s looking. Without animations, this works perfectly fine, but when I DO add animations, the model is stuck looking in a singular direction. I’m still new to working with animations, so some help would be greatly appreciated!
EDIT: I probably should’ve clarified this earlier, but the camera can still move just fine when I add animations. It’s just that the actual player object doesn’t rotate with it. THAT’S what I’m trying to fix