Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can i Minipulate the current camera to be able to shake?

Asked by
danglt 185
5 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

I'm trying to make a script that when an audio is played the Audio Visualizer will affect the players camera.

But I'm not sure how to make the camera shake/move

0
this may not be the desired effect but you could do something like while wait() do workspace.CurrentCamera.FieldOfView = math.random(60,80) end the8bitdude11 358 — 5y

Answer this question