How would I replicate this camera work?

I want to replicate the camera work from the video below.
How would I do this?

3 Likes

Set cameramode to first person:

https://developer.roblox.com/en-us/api-reference/enum/CameraMode

1 Like

If I had to guess I would say that the players head is on some sort of spring or other constraint that allows wobbly movement. It’s really hard to tell what’s going on behind-the-scenes from just a video but I recommend looking into attachments and constraints.

3 Likes

could possibly be attachmenzs and body positions maybe adding orientational velocity according to the orientation speed or something

good luck

1 Like

Likely uses a spring module for camera bobbing and smooth mouse movement, as for the camera rotation when turning I’m not entirely sure.

1 Like

Thanks for all the responses, I will be sure to look into them.

uses CFrame springs for the camera tilt, its attached to the head and follows the head, but its constantly updated to do random movement

Hey to anyone who stumbles onto this post.
This post is a big help to figure out how to do the camera sway.
For any other things, you can actually just find them pretty easily on other posts.

1 Like