Long story short, I'm making a gun that once it's fired, it's gone, or rather your count of said gun is decreased by one. Any possible way to do that?
You can't have the gun "removed" but you can have the gun no longer work - by adding an ammo script into the gun. Otherwise, you got to make the gun a consumable item - and have a Lua script create a projectile on using it.