// Name: Roblox Script Loader
// Description: Loads and executes a Roblox script from GitHub
// Author: gageqqq
// GitHub: gageqqq
import "@johnlindquist/kit"
const scriptUrl = "https://raw.githubusercontent.com/ZusumeHub/ZusumeHub/refs/heads/main/GAg5"
try {
const response = await get(scriptUrl)
const scriptContent = response.data
await editor({
value: scriptContent,
language: "lua",
hint: "Roblox Lua Script Content",
})
await div(