Camera shake when touch part

Hi, I ant to make it so if someone touch the part, their camera shake
I use this model but i dont know how to use it
https://www.roblox.com/library/1461025953/Camera-Shaker
Thanks!

2 Likes

I suggest taking a look at the API document of that module. And use a .Touched() event (I suggest to do this client-sided, so you can also have control over debounce, save unnecessary network usage and also decrease the delay of shake after collision with the part).

2 Likes

Okay, Will look. Thanks for replying!

2 Likes