local DrRayLibrary = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local window = DrRayLibrary:Load("DrRay", "Default")

local tab = DrRayLibrary.newTab("main", "ImageIdHere")
local tab = DrRayLibrary.newTab("misc", "ImageIdHere")
local tab = DrRayLibrary.newTab("misc2", "ImageIdHere")
local tab = DrRayLibrary.newTab("setting", "ImageIdHere")

tab.newButton("Button", "Prints Hello!", function()
    print('Hello!')
end)

tab.newButton("Button", "Prints Hello!", function()
    print('Hello!')
end)

tab.newKeybind("k", "Press the key to start; it will be printed out.", function(key)
    print(key)
end)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: