Fin Fin lets Luau run programs made for Lua 5.1 through 5.5, as well as Luau itself. local finu = require("Finu.Source") local prototype = finu.deserialize(bytecode) local callable = finu.translate(prototype, { print = print }) callable()