Need help with making view bobbing

Hello people, so i was trying to recreate a view bobbing like in the video, but i’m can’t understand how to make some like in the video

i’m sorry if you didn’t understanded me, my english is not very well tho

You probably have to use the scriptable camera type and make custom camera movements

I think i need to CFrame camera but can’t understand how to make same tilt as in the video

The camera script of the game apeirophobia was leaked on this forum a month ago and still isn’t deleted. You can search for it if you want.

1 Like

get the movement horizontal vector of the character and then math.clamp it to limit the amount of horizontal bobbing and interpolate it on the camera

oh my god i really find what i wanted to find, it’s perfect! thank you guys for helping me!

1 Like

is the post still up by chance if so where can i find it?

Why would you use a leaked script tho…?

Not to use I already have my own I just want to improve on mine I made a post a while ago that no one responded to on how I could improve on my camera script so instead, I have been looking at posts giving advice on scripts and taking notes.

Video of my Camera system:

There is a little bit of the camera system that i got like the left and right movement from a combination of youtube tutorials and devforum posts about camera tweening etc and the rest of it was my own code.