So I tried finding a good and easy-to-use camera shake and I’ve come across EZ CAMERA SHAKE but I don’t know how to use it. I just don’t understand it?
Can somebody show me how to use it? for guns and more stuff if needed? I dont know much about modules.
Try searching “camera shake for guns” on the forums here.
There are some posts that explain the scripts that are in them that may help you with what you need.
I haven’t used modules so I’m not much help there.
local camera = workspace.CurrentCamera
local CameraShaker = require(game.ReplicatedStorage.CameraShaker)
local camShake = CameraShaker.new(Enum.RenderPriority.Camera.Value, function(shakeCFrame)
camera.CFrame = camera.CFrame * shakeCFrame
end)
camShake:Start()
but where do I put camShake:Shake? I had followed this: