FE Gun Kit glitches every time I equip a different gun

So, I am currently making my first FPS game on Roblox, and it was going pretty smoothly until I ran into a problem.

I use the FE Gun Kit in my game, and I followed Call Of Bloxia’s tutorial on YouTube.

I created two guns in my game (both with different animations and everything), but every time I equip one gun and switch to the other, the other gun glitches. Then, when I try to switch back, the first gun glitches.

Any help?

1 Like

I’m having the same problem with no solution in sight. Did you find a fix?

Sup, had exactly the same issue as in the video.
Found a very crude fix by adding task.wait(0.02) under “function InitializeViewmodel()”
inside the GunClient script.


I hope this helps.

Was just going to say, when you know it’s right but, it’s just a bit off… it’s usually a timing issue.

Sorry for the EXTREMELY late response. I just marked the solution.

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