How to make a simple camera shake like this

How could i make a camera shake like in soul shatters? it is simple but it can be noticed
i tried EZ Camera shake but it didn’t seem to do what i needed

shakecamera2

camShake = cameraShaker.new(Enum.RenderPriority.Camera.Value + 1, function(shakeCFrame)
camera.CFrame = camera.CFrame * shakeCFrame
end)


camShake:ShakeOnce(magnitude, roughness, fadeInTime, fadeOutTime, posInfluence, rotInfluence)

play with function arguments to get the desired effect

1 Like

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