Advertisement
Ignas_Liutvinas_Rly

Untitled

Oct 8th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local Script = "Script Here // String"
  2. local buff = ""
  3. for v=1,string.len(Script) do
  4. buff=buff..'\\'..string.byte(Script,v)
  5. end
  6. print(buff)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement