Skip to content

Instantly share code, notes, and snippets.

View TheAvgProgrammer's full-sized avatar

V SRIVAMSI TheAvgProgrammer

View GitHub Profile
-- Simple combat system
-- Made by CluelessHeadman a.k.a thekulkid2004
-- Important Variables --
local MAX_COMBO = 5
local M1_COOLDOWN = .7
local M1_END_COOLDOWN = 2
local M1_DAMAGE = 5
local M1_RESET_TIME = 2