Camera glitching in First Person when looking down whilst having some specific animations?

  1. What do you want to achieve?
    Fix the camera glitch on some animations in first person

  2. What is the issue?
    So, first person body shows and works just fine.
    BUT!
    Some animations like /e dance make it jitter around like crazy when looking down and up in first person.
    I still haven’t found the cause for it.
    RobloxStudioBeta_NaE7RXqMnB.mp4

  3. What solutions have you tried so far?
    Searching thru forums, didn’t find anything related.
    Locking camera max rotation… That doesn’t really help as you SHOULD look up and down in my game.

FirstPersonScripts.rbxl (53.8 KB)
RBXL for seeing it all for yourself, let me know if i forgot something!
(V to toggle between first person and out of it)

1 Like

This is usually because of the animation it self. As the animation makes tthe character move up and down, it makes it look bad.

This can be fixed by simply setting the camera’s CameraSubject property to the player’s head or by disabling the torso’s visibility, or by making a custom camera system.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.