Hello, so if i put an "and)" like this, is it gonna break the code?
local mouse = game.Players.LocalPlayer:GetMouse()
gun.Activated:Connect(function()
end)
if gun.Ammo.Value > 0 then
remoteEvent:FireServer(gun.Handle.Position, mouse.Hit.p)
gun_shot:Play()
gun.Ammo.Value = gun.Ammo.Value - 1
else
empty_sound:Play()
end