Script error: The function "show" does not exist.
local export = {} global_count = (global_count or 0) + 1 function export.test_invoke(frame) return global_count end return export