repeat task.wait()until game:IsLoaded()local a="https://raw.githubusercontent.com/xaviersupreme/rustware/refs/heads/main/main/orion.lua"local b,c=pcall(function()return game:HttpGet(a,true)end)if b and c then local d,e=loadstring(c)if d then return d()end;warn(e)else warn("rustware failed to load")end