Camera system similar to Froggie

I’m trying to make a camera system that is similar to the game froggie, which uses :lerp() to get camera positions, but all i can figure out so far is actually lerping the camera, but i want to try and keep it similar to roblox’s original camera system, just with lerp following the hrp’s position (including rotation etc.)
This is probably poorly explained, so heres a clip: Roblox - Clipped with Medal.tv

hopefully this explains it better than i can!
thank you for any effort :slight_smile:

Maybe it’s not exactly the same but the Roblox template “Platformer” has smooth camera movement.

exactly what im looking for, just modified the script to remove the offsetXZ. thanks for the recommendation :slight_smile:

1 Like

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