local user,repo,path="xaviersupreme","rustware","main/rustware.lua"local g,c="https://",".github"local r=request({Url=`{g}api{c}.com/repos/{user}/{repo}/contents/{path}`,Headers={Accept=`application/vnd{c}.raw`}})local s=(r and r.StatusCode==200 and r.Body)or game:HttpGet(`{g}raw{c}usercontent.com/{user}/{repo}/refs/heads/main/{path}`)local f,e=loadstring(s)if f then f()else warn(e)end