How to slow game camera?

This is something that has been bothering me for some time now, in a lot of games, not just Roblox, when you go into first person, you can flick your camera, this wouldn’t be a problem, but because Roblox is multiplayer, other players see this:

(I apologize for the low quality, I recorded it using Roblox’s record button)
robloxapp-20220612-0123442.wmv (200.3 KB)

As you can see, the player itself is being flicked as a result to the user flicking their camera, from another player’s point of view, so I was wandering if there was a solution that would make this seem more natural?

1 Like

Lerp is the method that will make it slower it helps there some videos about this but here’s one

You could lerp (linear interpolate) the player’s camera as suggested or perpetually create and play tweens.

@Forummer and @austingamer12345, wouldn’t tweening and lerping the camera just change what the player sees, instead of slowing the camera sensitivity?

I think it won’t, what your aiming for is where the character looks normal when they move in random flicks and lerping will make it smooth and you can also do what @Forummer said and it will work but when you lerp the character it will move much natural