local ui = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local window = ui.CreateLib("Fuji Hub / 4.1.0", getgenv().ThemeOption)

local customColors = {
    SchemeColor = Color3.fromRGB(0,255,255),
    Background = Color3.fromRGB(0, 0, 0),
    Header = Color3.fromRGB(0, 0, 0),
    TextColor = Color3.fromRGB(255,255,255),
    ElementColor = Color3.fromRGB(20, 20, 20)
}

local plr = game:GetService("Players").LocalPlayer
------------------------------


getgenv().Noclip = false


-------------------------------
local mainTab = window:NewTab("Main")
local plrTab = window:NewTab("Player")
local creditsTab = window:NewTab("Credits")

local creditSection = creditsTab:NewSection("Credits")
local zinkzcredit = creditsTab:NewSection("Zinkz - UI Library  /  Main Scripter")
local sanincredit = creditsTab:NewSection("sannin - Helper <3")

plrSection:NewToggle("Noclip", "Enables Noclip", function(state)
    getgenv().Noclip = state
end)

plrSection:NewToggle("Noclip", "Enables Noclip", function(state)

end)

Embed on website

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