I’m looking for tips/tricks for creating my first ever First Person Shooter system. More specifically the gun system. In my 7 years of Roblox Development I have yet to make more than a simple pea shooter and want to change that but haven’t been able to find any really good advice on it. An Open-Source FPS/Gun System would be great as well if anyone knows of one which I could use to learn off of.
the original doesn’t require viewmodels, the downside here is that you will get some awkward animations
the modified version requires viewmodels, the downside here is that you will need to make 2 animations for everything (1 for third person, 1 for viewmodel)