Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 584 Bytes

Module Saver

Used to convert information from a module into lua format. Utilises the require() function.

Scripted by @ForleakenRBLX

You may use this script freely, but please CREDIT ME WHEN MAKING MODIFICATIONS TO THE SOURCE CODE and DO NOT CLAIM IT AS YOUR OWN

Loadstring

-- SETTINGS --
_G.ModuleToBeSaved =
_G.SaveAsFile = true
_G.CopyToClipboard = false
_G.StayAnonymous = true
-- LOADSTRING --
loadstring(game:HttpGet("https://raw.githubusercontent.com/UncertainlyRound/ModuleSaver/refs/heads/main/main.lua"))()