I need help with a sniper

so first things first how do I make a bullet shoot out of the barrel of the gun when i click my mouse button?robloxapp-20200810-1910570.wmv (3.9 MB)
second thing is how do i make it so i look through my scope with a gui when i right click.robloxapp-20200810-1913070.wmv (2.0 MB)

I would recommend at least learning the basics of scripting before making something like this.

First, I would recommend this tutorial: The First Person Element Of A First Person Shooter
Second, in my first person shooter game I am working on, I have the gun in a Tool and on tool.Activated, I clone a bullet from replicated storage slightly in front of the gun and give it a BodyThrust to propel it forward.

1 Like