Advertisement
9551

Untitled

Aug 16th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. local web = http.get(...
  2. local file = fs.open("roblox","w")
  3. file.write(web.readAll())
  4. file.close()
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement