How would I add visual kick/recoil?

I have a gun, and that gun is very much usable

you can shoot it and stuff, it also makes sounds!

aside from the very mediocre arm recoil, how would i add a camera kick to it?

i tried digging around the camera documentation, but I wasn’t really able to find anything useful

3 Likes

you could try tweening the camera upwards using it’s CFrame then tweening it back down. or you could use an open source: EZ Camera Shake

2 Likes

i assume you mean changing the camera subject?

your answer is not very precise

2 Likes

no, just tweening it to move upwards. but this is probably impractical so i recommend you use the opensource i sent you

2 Likes

Actually all 3D objects have a CFrame value that determines their positional and rotational values, He meant that in simple words rotating the camera a bit up and then down by tweening.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.