How do you add a camera shake effect?

You can write your topic however you want, but you need to answer these questions:

  1. What do I want to achieve?
    I need a camera shake effect like those in First Person Shooters.
    It is to replicate recoil of the guns.

  2. What is the issue?
    I can’t seem to manipulate the camera to shake. I can’t seem to come up with a function.

  3. What solutions have I tried so far?
    I tried looking up but google did not take to were I want

A simple explanation is all I need. Thanks!

2 Likes

CameraOffset would work great with this effect.

It’s a property within the client’s Humanoid. Basically, their camera. I recommend exploring there!

3 Likes

You can take a look at this module: EZ Camera Shake ported to Roblox

2 Likes