Hello i have a question: How can i make the camera react to animation like when the player dance the camera is moving with it?
I think a bit more context would be useful. Is the camera in first-person, or is it the ‘Classic’ camera movement? Animations can’t directly move the camera but you might be able to write some code to move the camera or weld it to a part on the humanoid. A bit more information would be useful.
like when you play an animation like a dance or something the camera move with the boby like camera bobelling when you walk but with every animation
This could be achieved with a script which tweens the camera relative to the head, or relative to a part which has the camera’s movement. You may want to have a look at this Developer Article on Camera Manipulation.
You can achive this by changing the Humanoid’s camera subject. The most similar view you get with this subject of the camera being the Humanoid (default), is the Head. Chaning the Camera’s subject to a different part would require scripting as it would not have a great view.
yeah i think i can try to do that well i am gonna tell you tommorow if it worked!