If I was making a Dual Pistol how would I script them so that a Bullet would come out from the left if u left click or from right if u right click... thnx...
Well, you would have to create 2 functions. MouseButton1Click() and MouseButton2Click() and have each function inside of it individually shoot a bullet upon click. To shoot bullets I would recommend raycasting, but it depends on your gun type so I can't be specific for you.