how to shoot bullets and kiil objects

im making a fps game and i want to know how to shoot bullets and kill something and i will also want to know about aiming

You use raycasts, the cameras ScreenToWorld-coordinates, colliders and functions.
Here you go! :slight_smile:

Ever look at the bootcamp demo?