loadstring(game:HttpGet(('https://raw.githubusercontent.com/Defaltkawaik123-lol/Claude-UI-Library/refs/heads/main/README.md'),true))() Examples: local lib = *loadstring* local Window = lib.CreateWindow("NAME") local tab1 = window:CreateTab("Sigma") local button = tab1:CreateButton("Makes me happy",function() print(1) end) local toggle = tab1:CreateToggle("name", false, function(truOrFols) if truOrFols == true then print(1) end) local slider = tab1:CreateSlider(name,minVal,CurrentVal,maxVal, function(Val) end) local dropdown = tab1:CreateDropdown(name,{val,val,val},function()end) local mes = tab1:CreateLabel("Note: Hi") local not = window:Notify(text,duration) local Ask = window:Ask(what,{answers},function(choosen) end)