Untitled

🧩 Syntax:
repeat wait() until game:IsLoaded()
local Services = setmetatable({}, {
    __index = function(_, serviceName)
        local service = cache[serviceName]
        if not service then
            service = cloneref(game:GetService(serviceName))
        end
        return service
    end
})


local starterGui = Services.StarterGui
setclipboard([[loadstring(game:HttpGet(("https://raw.githubusercontent.com/Robloxexploiter691/Fly/main/Fly%20gui%20V3"),true))()]])
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "New script",
Text = "New loadstring copyed to your clipboard",
Icon = "rbxassetid://16674227228",
Duration = 10,
})