Gun Recoil With Recovery

I’m Trying To Make A Gun Recoil System With A Recovery Once Your Done Firing.

Some Thing Like This: https://gyazo.com/681b7b4c74c6a49674d9ed2f31914807

Here are my guns without recoil: 2020-07-19 21-58-39

How Would I Be Able To Do This?

1 Like

I’m guessing your a beginner? If so then I just gotta say recoil for guns on roblox is not something a beginner can learn with a few attempts. Googling it will probably be best.

Have you tried following/looking at some code in this tutorial? Writing an FPS framework (2020)
It’s very well written and even if you don’t follow it, you can see what they use to make guns have recoil.
If that doesn’t work, you can try setting the CFrame of the gun up by a rotation amount that is based off of how many bullets the gun has fired and the amount of recoil the gun has.

give it an initial jolt upward, then in a loop, set the camera cframe to itself * a lerped offset until it reaches 0

thats how i did it in mine :ok_hand:
https://gyazo.com/ccb680ef3534fdfe53150c95314ac5de

4 Likes