What would be the system I would have to do to make a gun automatic? I've done it before but totally forgot. If anyone of you could help I would be very happy :D
To create a automatic gun system, I would suggest use of a variable. Example:
local Shooting = false while (Shooting) do Shoot() end