My question is that me asking if it is possible for me to put a function within another module function, and it won’t run unless I directly activate it?
e.g
function AC.Checks(Player, Character, Humrp)
function AC.CheckLength()
end
end
(This isn’t an actual script, this is kind of the vision for my client-side combat, that I am currently in the middle of creating