local gun = game.ReplicatedStorage.gun local firerate = 1 local damage = 10 local bullet = game.ReplicatedStorage.Bullet local speed = 200 if LeftButton1Click then bullet.Velocity = speed