This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |