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
--Ehm, its for my game so(not for commission) so it can be bad code, and this code i did 1 month ago but it the longest code i have(its module script) | |
local data = require(game.ServerScriptService.Data) | |
local hitbox = require(game.ServerScriptService.Modules.TomatoHitbox) | |
local M1Ev = game.ReplicatedStorage.Events.M1Remote | |
local StatusModule = { | |
Reset = function(plr, combocnt, isblocking, isattack, canattack) | |
print("Reset") | |
data.Combocnt[plr.Name] = 1 | |
end, | |
Block = function(plr, combocnt, isblocking, isattack, canattack) |