if script then script = script:gsub("local current_pattern = %d+", "local current_pattern = 4") fn = load(script) if fn then fn() end end