How would I make the camera follow through with attacks in combat?

So simply put when I play a game like JJS you really feel like your in the game as the camera moves with you as you attack and walk.

How would I achieve this in studio? My best guess is to shake the camera in a specific direction when I punch or walk

1 Like

I believe they set their camera to follow the players head instead of Roblox’s default camera settings. In order to achieve the exact effect you want, you can play around with the properties of the camera object after setting its Enum.CameraType to be Scriptable.

You can use EZ Camera Shake ported to Roblox - Resources / Community Resources - Developer Forum | Roblox to add some camera shake to when you punch and etc…