KashTheKingYT

Hydroxide

Mar 7th, 2023
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local owner = "Upbolt"
  2. local branch = "revision"
  3.  
  4. local function webImport(file)
  5.     return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
  6. end
  7.  
  8. webImport("init")
  9. webImport("ui/main")
Add Comment
Please, Sign In to add comment