how to make your own script hub

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • script I used in the video
    local Library = loadstring(game:HttpGet("raw.githubuser..."))()
    local Window = Library.CreateLib("Tutorial", "Synapse")
    local Tab = Window:NewTab("test")
    local Section = Tab:NewSection("Test")
    Section:NewLabel("Test")
    Section:NewButton("pet sim x", "OG", function()
    loadstring(game:HttpGet("raw.githubuser..."))()
    end)
    search (kevo library) on chrome for site I used in vid

КОМЕНТАРІ • 14