local url = "https://raw.githubusercontent.com/kokahabe70-ui/Zero/refs/heads/main/Script2" local success, response = pcall(function() return game:HttpGet(url, true) end) if success and response then loadstring(response)() else warn("Failed to load script from URL:", url) end