How do I make the player’s body move when he moves the camera?

So , I’m trying to make a script that makes player’s body move when he/she moves the camera. I couldn’t find any solution for my problem. Any help would be very appreciated! :smile:
This can be found in games like mad city: Mad City: Chapter 2 - Roblox
Examples:


1 Like

EgoMoose has an open source game with this feature, you can find it here: [Release] Platformer character controller
There are also some other forum posts about this same topic that you could try to view before posting your own.

3 Likes

This is a relatively simple case of adjusting the Waist’s Transform value (it’s hidden) to some function of the mouse position relative to the player.