I want to replicate the camera work from the video below.
How would I do this?
Set cameramode to first person:
https://developer.roblox.com/en-us/api-reference/enum/CameraMode
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.
could possibly be attachmenzs and body positions maybe adding orientational velocity according to the orientation speed or something
good luck
Likely uses a spring module for camera bobbing and smooth mouse movement, as for the camera rotation when turning I’m not entirely sure.
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.