add_stomp_effect
modules.add_stomp_effect(options)Example
modules.add_stomp_effect({
Name = "Test Stomp",
Callback = function(stomped_character, local_character)
print(stomped_character, local_character)
end
})Last updated