local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("Night PvP", "DarkTheme")

local PvPTab = Window:NewTab("PvP")
local Section = PvPTab:NewSection("PvP Stuff")

Section:NewButton("Esp", "Gives you Esp", function()
    loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)

Section:NewButton("Tracer", "Gives you tracer", function()
    https://[Log in to view URL]
end)

Section:NewButton("ButtonText", "", function()
   
end)

Section:NewButton("ButtonText", "ButtonInfo", function()
   
end)

Embed on website

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