So I have this basic script:
local a = "|48|49" a = a:gsub("|", "\\\\") print(a) print("\\48\\49") -------OUTPU