For some reason, the preset vibrate isnt sustaining for me, it goes away pretty fast
Edit: apparently you have to use module:ShakeSustain or something (Noted in the github)
yes im struggling with this too. Any solutions?
I solved it! I put the shakeCf into a CFrame Value:
local camShake = CamShaker.new(Enum.RenderPriority.Camera.Value - 1, function(shakeCf)
-- Camera.CFrame = Camera.CFrame * shakeCf
Data.shakeCf.Value = shakeCf
end)
and then i multiplied it by the Camera CFrame
* CFrame.Angles(0,math.rad(AngleY),0)
* CFrame.Angles(math.rad(AngleX),0,0)
* HeadOffset -- offset
* (character.Data.shakeCf.Value)
good luck bro!
Where is Data defined and what does it do?
Edit: Nevermind that question, Got it now, thanks
Edit2: lol scratch that, actually what is the “AngleY” and “AngleX”?
AngleY and AngleX are the position of the mouse. Its part of the Camera script. Data is where i store data for the character. Just a folder to put my values in.
Question: Can this work for a tornado or volcano erruption as well?
I wonder if you have a preset for a basic hit attack, but overall very useful module
Some way to detect when the camera stopped shaking?
strange, i have it so if you land the screen shakes, and it works once but then all the other times it doesnt shake (nevermind, fixed it)
Very useful! I’m using modified presets
Can you stop a :StartShake() without stopping it all, so i can start an explosion preset afterwards without having to :Start() again?
How do I trigger it from the script? (summon a script)
has anyone found a way yet to make this work with fps unlockers?
Is there a way to change the intensity of the shake while it’s already going?
is there any way i can use this for server script ?
you can’t shake the camera on the server
Where do all these scripts go?
Edit: my first question was stupid
Is there a way to edit the attributes of a continuous shake mid-shake?
I came across with a big problem with EZ Camera Shake not too long ago.
So i have a FPS Unlocker and it makes the Camera Shaker to shake way too much.
Here you can see the ressult:
Without FPS Unlocker
With FPS Unlocker
Also something that is worth mentioning is that i am using the Explosion Preset that the module Provides and it shakes like that in every other preset or other function.
You can find the FPS Unlocker i use here:
Is there a way to make sure the rotation will return back to the original camera rotation when the shake is ending?
EDIT:
The only solution i see is to make the shake less intense to make it not as noticeable.
I figured out how after 2 weeks of searching, you need to loop the camera lerping back to it’s original cframe