You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
A camera shake script -
What is the issue? Include screenshots / videos if possible!
Argument 3 missing or nil & no shaking -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
None, no
I’m making a camera shake script with cam rotation but won’t work.
Script:
while wait() do
workspace.Camera.CFrame = workspace.Camera.CFrame * CFrame.Angles(math.random(-workspace.In.Value/1000, workspace.In.Value)/1000, math.random(-workspace.In.Value, workspace.In.Value)/1000) --ERROR
game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-workspace.In.Value/2000, workspace.In.Value)/2000, math.random(-workspace.In.Value, workspace.In.Value)/2000)
end