Advertisement
ERROR_CODE

Write file test

Oct 19th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local meta = getrawmetatable(game)
  2. local WriteFile = true
  3. local Console = true
  4. if WriteFile == true then
  5.     writefile("Remote Spy.txt", "==Remote spy logs for: " ..game.PlaceId.. "==")
  6.     x = readfile("Remote Spy.txt")
  7.     print(x)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement