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

How would I run a smoother camera shake?

Asked by
UPumpkin -34
5 years ago
        Camera.CoordinateFrame = Camera.CoordinateFrame * CFrame.Angles(math.random(-10, 10)/5000, math.random(-10, 10)/5000, math.random(-10, 10)/5000)

Thats my current script

heres what it looks like

https://gyazo.com/da46328a744ce3a8a8a7e079557368b8

how would I make it more smooth like this

https://gyazo.com/3262013c8449ddcdffcb1ebdbc94c622

Answer this question