local Tab = Window:CreateTab("📜Credits", 104365492568677) -- Title, Image
local Button = Tab:CreateButton({
Name = "Discord",
Callback = function()
Rayfield:Notify({
Title = "Credits",
Content = "Made by @JujuOfficiel",
Duration = 8
Image = 104365492568677,
})
end,
})
local Button = Tab:CreateButton({
Name = "Ui Helper",
Callback = function()
Rayfield:Notify({
Title = "Credits",
Content = "Helped by @hb2obsk",
Duration = 8,
Image = 104365492568677,
})
end,
})
local Button = Tab:CreateButton({
Name = "Script (Doors)",
Callback = function()
Rayfield:Notify({
Title = "Credits",
Content = "Made by @akamikarubidajyo",
Duration = 8,
Image = 104365492568677,
})
end,
})
To embed this program on your website, copy the following code and paste it into your website's HTML: