Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local FileName = "RequireOnlineModule"
- local ARequire = loadstring(
- game:HttpGet("https://raw.githubusercontent.com/luau/SomeHub/main/" .. FileName .. ".luau", true),
- FileName
- )()
- local ModuleOutput = ARequire(2780820589) -- 2780820589 is AssetId for an online Roblox module that's been uploaded to the Creator Marketplace Library, ARequire works similar to require
- print(ModuleOutput)
- --idk what that ??
- --credits by luau
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement