Advertisement
Dark_Agent

RequireOnlineModule-1

Aug 10th, 2024
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. local FileName = "RequireOnlineModule"
  2. local ARequire = loadstring(
  3.     game:HttpGet("https://raw.githubusercontent.com/luau/SomeHub/main/" .. FileName .. ".luau", true),
  4.     FileName
  5. )()
  6. 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
  7. print(ModuleOutput)
  8.  
  9. --idk what that ??
  10. --credits by luau
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement