#End Problem

4 messages · Page 1 of 1 (latest)

woven oracle
#

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    
modern crane
#

when the function is fired it just immediately ends